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 | 釵梧iB | 11100111110111101000110011100110100000101000100101000010 | e7de8ce6828942 |
EUC-JP | 釵梧iB | 11101110111000001011100011101000101000111110100101000010 | eee0b8e8a3e942 |
UTF-8 | 釵梧iB | 11101001100001111011010111100110101000101010011111101111101111011000100101000010 | e987b5e6a2a7efbd8942 |
UHC | 釵梧iB | 11110011111110111110011111111100101000111110100101000010 | f3fbe7fca3e942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)