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 | 鋿自 | 11111011110111001000111010101001 | fbdc8ea9 |
EUC-JP | 鋿自 | 1000111111100100110100101011110010101011 | 8fe4d2bcab |
UTF-8 | 鋿自 | 111010011000101110111111111010001000011110101010 | e98bbfe887aa |
UHC | ?自 | 001111111110110110111011 | 3fedbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)