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 | 10011010011110001110011110101001100000101000100101000010 | 9a78e7a9828942 |
EUC-JP | 噎遨iB | 11010011110110011110111010101011101000111110100101000010 | d3d9eeaba3e942 |
UTF-8 | 噎遨iB | 11100101100110011000111011101001100000011010100011101111101111011000100101000010 | e5998ee981a8efbd8942 |
UHC | ??iB | 0011111100111111101000111110100101000010 | 3f3fa3e942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)