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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 莉h州B | 11100100101110111000001010001000100011110100001001000010 | e4bb82888f4242 |
EUC-JP | 莉h州B | 11101000101111011010001111101000101111011010001101000010 | e8bda3e8bda342 |
UTF-8 | 莉h州B | 11101000100011101000100111101111101111011000100011100101101101111001111001000010 | e88e89efbd88e5b79e42 |
UHC | 莉h州B | 11010111111010011010001111101000111100011011011001000010 | d7e9a3e8f1b642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)