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 | 1110110011111001100011101010100001101000 | ecf98ea868 |
SJIS-WIN | ???¨h | 001111110011111100111111100000010100111001101000 | 3f3f3f814e68 |
EUC-JP | ìù?¨h | 10001111101010111100000010001111101010111110001100111111101000011010111101101000 | 8fabc08fabe33fa1af68 |
UTF-8 | ìù¨h | 110000111010110011000011101110011100001010001110110000101010100001101000 | c3acc3b9c28ec2a868 |
UHC | ???¨h | 001111110011111100111111101000011010011101101000 | 3f3f3fa1a768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)