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 | 綏レЦ | 111000110101011010000011100011001000010001010111 | e356838c8457 |
EUC-JP | 綏レЦ | 111001011011011110100101111011001010011110111000 | e5b7a5eca7b8 |
UTF-8 | 綏レЦ | 1110011110110110100011111110001110000011101011001101000010100110 | e7b68fe383acd0a6 |
UHC | 綏レЦ | 111000101011011110101011111011001010110010111000 | e2b7abecacb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)