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 | ??aH | 00111111001111110110000101001000 | 3f3f6148 |
SJIS-WIN | 鮏竺aH | 111111000100001110001110101100010110000101001000 | fc438eb16148 |
EUC-JP | 鮏竺aH | 10001111111010101101101110111100101100110110000101001000 | 8feadbbcb36148 |
UTF-8 | 鮏竺aH | 1110100110101110100011111110011110101011101110100110000101001000 | e9ae8fe7abba6148 |
UHC | ?竺aH | 0011111111110101111001110110000101001000 | 3ff5e76148 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)