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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | ?跣B | 00111111111001101110111101000010 | 3fe6ef42 |
EUC-JP | ?跣B | 00111111111011001111000101000010 | 3fecf142 |
UTF-8 | 뾑跣B | 11101011101111101001000111101000101101111010001101000010 | ebbe91e8b7a342 |
UHC | 뾑跣B | 1001011101001111111000001101001101000010 | 974fe0d342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)