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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 自 | 11110000101010001000111010101001 | f0a88ea9 |
EUC-JP | ?自 | 001111111011110010101011 | 3fbcab |
UTF-8 | 自 | 111011101000000110100111111010001000011110101010 | ee81a7e887aa |
UHC | ?自 | 001111111110110110111011 | 3fedbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)