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 | 鳥烽呂 | 100100101011100111100000100000101001100001000011 | 92b9e0829843 |
EUC-JP | 鳥烽呂 | 110001001011101111011111111000101100111110100100 | c4bbdfe2cfa4 |
UTF-8 | 鳥烽呂 | 111010011011001110100101111001111000001110111101111001011001000110000010 | e9b3a5e783bde59182 |
UHC | 鳥烽呂 | 111100001110100011011100111010111101010111100101 | f0e8dcebd5e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)