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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 楓基??胡 | 1001010110010110100010101110111000111111001111111000110011010011 | 95968aee3f3f8cd3 |
EUC-JP | 楓基??胡 | 1100100111110110101101001111000000111111001111111011100011010101 | c9f6b4f03f3fb8d5 |
UTF-8 | 楓基렰렱胡 | 111001101010010110010011111001011001111110111010111010111010000010110000111010111010000010110001111010001000001110100001 | e6a593e59fbaeba0b0eba0b1e883a1 |
UHC | 楓基렰렱胡 | 11111001101000111101000011110001100011101011110110001110101111101111101111010111 | f9a3d0f18ebd8ebefbd7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)