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 | 11100101101011101000110101011111100000101000100101000010 | e5ae8d5f828942 |
EUC-JP | 螳浩iB | 11101010101100001011100111000000101000111110100101000010 | eab0b9c0a3e942 |
UTF-8 | 螳浩iB | 11101000100111101011001111100110101101011010100111101111101111011000100101000010 | e89eb3e6b5a9efbd8942 |
UHC | 螳浩iB | 11010011110110011111101111000111101000111110100101000010 | d3d9fbc7a3e942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)