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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 束蔵] | 1001000110101001100100011010000001011101 | 91a991a05d |
EUC-JP | 束蔵] | 1100001010101011110000101010001001011101 | c2abc2a25d |
UTF-8 | 束蔵] | 11100110100111011001111111101000100101001011010101011101 | e69d9fe894b55d |
UHC | 束?] | 11100001110101100011111101011101 | e1d63f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)