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 | 癸蔔] | 1110000110100001111001001111011101011101 | e1a1e4f75d |
EUC-JP | 癸蔔] | 1110001010100011111010001111100101011101 | e2a3e8f95d |
UTF-8 | 癸蔔] | 11100111100110011011100011101000100101001001010001011101 | e799b8e894945d |
UHC | 癸蔔] | 1100110110100100110111001101101101011101 | cda4dcdb5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)