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 | ??BF | 00111111001111110100001001000110 | 3f3f4246 |
SJIS-WIN | 蕣BF | 111100001011110011100100111110100100001001000110 | f0bce4fa4246 |
EUC-JP | ?蕣BF | 0011111111101000111111000100001001000110 | 3fe8fc4246 |
UTF-8 | 蕣BF | 1110111010000001101110111110100010010101101000110100001001000110 | ee81bbe895a34246 |
UHC | ?蕣BF | 0011111111100010111100100100001001000110 | 3fe2f24246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)