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^ | 1110001001100010111010011110111001000100111000100110001011101001111011100100010001011110 | e262e9ee44e262e9ee445e |
EUC-JP | 稈鴃D稈鴃D^ | 1110001111000011111100101111000001000100111000111100001111110010111100000100010001011110 | e3c3f2f044e3c3f2f0445e |
UTF-8 | 稈鴃D稈鴃D^ | 111001111010100010001000111010011011010010000011010001001110011110101000100010001110100110110100100000110100010001011110 | e7a888e9b48344e7a888e9b483445e |
UHC | 稈?D稈?D^ | 110010101101100100111111010001001100101011011001001111110100010001011110 | cad93f44cad93f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)