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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 認?認?^ | 10010100010001100011111110010100010001100011111101011110 | 94463f94463f5e |
EUC-JP | 認?認?^ | 11000111101001110011111111000111101001110011111101011110 | c7a73fc7a73f5e |
UTF-8 | 認봫認봫^ | 11101000101010101000110111101011101101001010101111101000101010101000110111101011101101001010101101011110 | e8aa8debb4abe8aa8debb4ab5e |
UHC | 認봫認봫^ | 111011001110001110010100011011011110110011100011100101000110110101011110 | ece3946dece3946d5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)