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^ | 1110010110001011111001011010000001000100111001011000101111100101101000000100010001011110 | e58be5a044e58be5a0445e |
EUC-JP | 蜍蝣D蜍蝣D^ | 1110100111101011111010101010001001000100111010011110101111101010101000100100010001011110 | e9ebeaa244e9ebeaa2445e |
UTF-8 | 蜍蝣D蜍蝣D^ | 111010001001110010001101111010001001110110100011010001001110100010011100100011011110100010011101101000110100010001011110 | e89c8de89da344e89c8de89da3445e |
UHC | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)