To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鋿識 | 111110111101110010001110101011111111000010110110 | fbdc8eaff0b6 |
EUC-JP | 鋿識? | 100011111110010011010010101111001011000100111111 | 8fe4d2bcb13f |
UTF-8 | 鋿識 | 111010011000101110111111111010001010110110011000111011101000000110110101 | e98bbfe8ad98ee81b5 |
UHC | ?識? | 00111111111000111101101100111111 | 3fe3db3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)