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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 萓晁ュヲ? | 11100100101111101001110111101000101011011010011000111111 | e4be9de8ada63f |
EUC-JP | 萓晁ュヲ嶴 | 1110100011000000110110101110101010001110101011011000111010100110100011111011101111110011 | e8c0daea8ead8ea68fbbf3 |
UTF-8 | 萓晁ュヲ嶴 | 111010001001000010010011111001101001100110000001111011111011110110101101111011111011110110100110111001011011011010110100 | e89093e69981efbdadefbda6e5b6b4 |
UHC | ?晁??? | 001111111111000011000101001111110011111100111111 | 3ff0c53f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)