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 | 彗???譯 | 10011100011000010011111100111111001111111110011010100001 | 9c613f3f3fe6a1 |
EUC-JP | 彗???譯 | 11010111110000100011111100111111001111111110110010100011 | d7c23f3f3feca3 |
UTF-8 | 彗뚲轢볨譯 | 111001011011110110010111111010111001101010110010111011111010011010001101111010111011001110101000111010001010110110101111 | e5bd97eb9ab2efa68debb3a8e8adaf |
UHC | 彗뚲轢볨譯 | 11111011101100101000110011101110111001101011110010010011111011101110011010111011 | fbb28ceee6bc93eee6bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)