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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 萓晁ュヲ嶸、 | 111001001011111010011101111010001010110110100110111110101011010010100100 | e4be9de8ada6fab4a4 |
EUC-JP | 萓晁ュヲ嶸、 | 11101000110000001101101011101010100011101010110110001110101001101000111110111011111101001000111010100100 | e8c0daea8ead8ea68fbbf48ea4 |
UTF-8 | 萓晁ュヲ嶸、 | 111010001001000010010011111001101001100110000001111011111011110110101101111011111011110110100110111001011011011010111000111011111011110110100100 | e89093e69981efbdadefbda6e5b6b8efbda4 |
UHC | ?晁??嶸? | 0011111111110000110001010011111100111111111001111010111000111111 | 3ff0c53f3fe7ae3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)