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 | ×E×EB | 10011011110101110100010110011011110101110100010101000010 | 9bd7459bd74542 |
SJIS-WIN | ?×E?×EB | 001111111000000101111110010001010011111110000001011111100100010101000010 | 3f817e453f817e4542 |
EUC-JP | ?×E?×EB | 001111111010000111011111010001010011111110100001110111110100010101000010 | 3fa1df453fa1df4542 |
UTF-8 | ×E×EB | 1100001010011011110000111001011101000101110000101001101111000011100101110100010101000010 | c29bc39745c29bc3974542 |
UHC | ?×E?×EB | 001111111010000110111111010001010011111110100001101111110100010101000010 | 3fa1bf453fa1bf4542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)