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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 愈??h | 1001011011111010001111110011111101101000 | 96fa3f3f68 |
EUC-JP | 愈??h | 1100110011111100001111110011111101101000 | ccfc3f3f68 |
UTF-8 | 愈ㅻ뮔h | 11100110100001001000100011100011100001011011101111101011101011101001010001101000 | e68488e385bbebae9468 |
UHC | 愈ㅻ뮔h | 11101010111011111010010011101011100100101010000001101000 | eaefa4eb92a068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)