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 | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-WIN | 襄?D襄?D^ | 111001011111010100111111010001001110010111110101001111110100010001011110 | e5f53f44e5f53f445e |
EUC-JP | 襄?D襄?D^ | 111010101111011100111111010001001110101011110111001111110100010001011110 | eaf73f44eaf73f445e |
UTF-8 | 襄소D襄소D^ | 111010001010010110000100111011001000011010001100010001001110100010100101100001001110110010000110100011000100010001011110 | e8a584ec868c44e8a584ec868c445e |
UHC | 襄소D襄소D^ | 1110010111010001101111001101001001000100111001011101000110111100110100100100010001011110 | e5d1bcd244e5d1bcd2445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)