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 | 00111111001111110111001001000010 | 3f3f7242 |
SJIS-WIN | 鶯痔rB | 111010011111001010001110101001000111001001000010 | e9f28ea47242 |
EUC-JP | 鶯痔rB | 111100101111010010111100101001100111001001000010 | f2f4bca67242 |
UTF-8 | 鶯痔rB | 1110100110110110101011111110011110010111100101000111001001000010 | e9b6afe797947242 |
UHC | 鶯痔rB | 111001011010001111110110110000000111001001000010 | e5a3f6c07242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)