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 | 踐レЁ | 111001101111011010000011100011001000010001000110 | e6f6838c8446 |
EUC-JP | 踐レЁ | 111011001111100010100101111011001010011110100111 | ecf8a5eca7a7 |
UTF-8 | 踐レЁ | 1110100010111000100100001110001110000011101011001101000010000001 | e8b890e383acd081 |
UHC | 踐レЁ | 111101001100001010101011111011001010110010100111 | f4c2abecaca7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)