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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 閻??] | 1110100010000101001111110011111101011101 | e8853f3f5d |
EUC-JP | 閻??] | 1110111111100101001111110011111101011101 | efe53f3f5d |
UTF-8 | 閻띿걧] | 11101001100101101011101111101011100111011011111111101010101100011010011101011101 | e996bbeb9dbfeab1a75d |
UHC | 閻띿걧] | 11100111101000101000110111101100100000011001000001011101 | e7a28dec81905d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)