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 | ?rB | 001111110111001001000010 | 3f7242 |
SJIS-WIN | 鞍rB | 10001000110001100111001001000010 | 88c67242 |
EUC-JP | 鞍rB | 10110000110010000111001001000010 | b0c87242 |
UTF-8 | 鞍rB | 1110100110011110100011010111001001000010 | e99e8d7242 |
UHC | 鞍rB | 11100100110100110111001001000010 | e4d37242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)