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?\h?D | 00111111010001000011111101011100011010000011111101000100 | 3f443f5c683f44 |
SJIS-WIN | ?D?\h?D | 00111111010001000011111101011100011010000011111101000100 | 3f443f5c683f44 |
EUC-JP | ?D?\h?D | 00111111010001000011111101011100011010000011111101000100 | 3f443f5c683f44 |
UTF-8 | 혪D혪\h혪D | 11101101100110001010101001000100111011011001100010101010010111000110100011101101100110001010101001000100 | ed98aa44ed98aa5c68ed98aa44 |
UHC | 혪D혪\h혪D | 11000010100100100100010011000010100100100101110001101000110000101001001001000100 | c29244c2925c68c29244 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)