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 | 1110100111111001100011101011010001101000 | e9f98eb468 |
SJIS-WIN | ???´h | 001111110011111100111111100000010100110001101000 | 3f3f3f814c68 |
EUC-JP | éù?´h | 10001111101010111011000110001111101010111110001100111111101000011010110101101000 | 8fabb18fabe33fa1ad68 |
UTF-8 | éù´h | 110000111010100111000011101110011100001010001110110000101011010001101000 | c3a9c3b9c28ec2b468 |
UHC | ???´h | 001111110011111100111111101000101010010101101000 | 3f3f3fa2a568 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)