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 | ???vB | 0011111100111111001111110111011001000010 | 3f3f3f7642 |
SJIS-WIN | 鴉??vB | 111010011110101100111111001111110111011001000010 | e9eb3f3f7642 |
EUC-JP | 鴉??vB | 111100101110110100111111001111110111011001000010 | f2ed3f3f7642 |
UTF-8 | 鴉릦댌vB | 1110100110110100100010011110101110100110101001101110101110001100100011000111011001000010 | e9b489eba6a6eb8c8c7642 |
UHC | 鴉릦댌vB | 1110010010111100100100001000100010001000101101010111011001000010 | e4bc908888b57642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)