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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 嵩??B | 1001000010010011001111110011111101000010 | 90933f3f42 |
EUC-JP | 嵩??B | 1011111111110011001111110011111101000010 | bff33f3f42 |
UTF-8 | 嵩뤸딢B | 11100101101101011010100111101011101001001011100011101011100101001010001001000010 | e5b5a9eba4b8eb94a242 |
UHC | 嵩뤸딢B | 11100011101000011000111111100110100010110100010101000010 | e3a18fe68b4542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)