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^ | 1110001111010111111100101111010101000100111000111101011111110010111101010100010001011110 | e3d7f2f544e3d7f2f5445e |
EUC-JP | 聆?D聆?D^ | 111001101101100100111111010001001110011011011001001111110100010001011110 | e6d93f44e6d93f445e |
UTF-8 | 聆D聆D^ | 111010001000000110000110111011101000100010101100010001001110100010000001100001101110111010001000101011000100010001011110 | e88186ee88ac44e88186ee88ac445e |
UHC | 聆?D聆?D^ | 110101101100000000111111010001001101011011000000001111110100010001011110 | d6c03f44d6c03f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)