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 | ????x | 0011111100111111001111110011111101111000 | 3f3f3f3f78 |
SJIS-WIN | 鳥???x | 100100101011100100111111001111110011111101111000 | 92b93f3f3f78 |
EUC-JP | 鳥???x | 110001001011101100111111001111110011111101111000 | c4bb3f3f3f78 |
UTF-8 | 鳥희렰렠x | 11101001101100111010010111101101100111011010110011101011101000001011000011101011101000001010000001111000 | e9b3a5ed9daceba0b0eba0a078 |
UHC | 鳥희렰렠x | 111100001110100011001000111100011000111010111101100011101011000101111000 | f0e8c8f18ebd8eb178 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)