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 | ??W | 001111110011111101010111 | 3f3f57 |
SJIS-WIN | 邀鹹W | 1110011110110001111010100110001101010111 | e7b1ea6357 |
EUC-JP | 邀鹹W | 1110111010110011111100111100010001010111 | eeb3f3c457 |
UTF-8 | 邀鹹W | 11101001100000101000000011101001101110011011100101010111 | e98280e9b9b957 |
UHC | 邀鹹W | 1110100110101101111110011110100101010111 | e9adf9e957 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)