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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 彗???譯g | 100111000110000100111111001111110011111111100110101000011000001010000111 | 9c613f3f3fe6a18287 |
EUC-JP | 彗???譯g | 110101111100001000111111001111110011111111101100101000111010001111100111 | d7c23f3f3feca3a3e7 |
UTF-8 | 彗륃轢볨譯g | 111001011011110110010111111010111010010110000011111011111010011010001101111010111011001110101000111010001010110110101111111011111011110110000111 | e5bd97eba583efa68debb3a8e8adafefbd87 |
UHC | 彗륃轢볨譯g | 111110111011001010001111111011101110011010111100100100111110111011100110101110111010001111100111 | fbb28feee6bc93eee6bba3e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)