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 | ??x??xB | 00111111001111110111100000111111001111110111100001000010 | 3f3f783f3f7842 |
SJIS-WIN | ??x??xB | 00111111001111110111100000111111001111110111100001000010 | 3f3f783f3f7842 |
EUC-JP | ??x??xB | 00111111001111110111100000111111001111110111100001000010 | 3f3f783f3f7842 |
UTF-8 | 렔렊x렔렊xB | 111010111010000010010100111010111010000010001010011110001110101110100000100101001110101110100000100010100111100001000010 | eba094eba08a78eba094eba08a7842 |
UHC | 렔렊x렔렊xB | 1000111010101001100011101010000101111000100011101010100110001110101000010111100001000010 | 8ea98ea1788ea98ea17842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)