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 | 蠢?梯??? | 1110010110111111001111111001001011110010001111110011111100111111 | e5bf3f92f23f3f3f |
EUC-JP | 蠢?梯??? | 1110101011000001001111111100010011110100001111110011111100111111 | eac13fc4f43f3f3f |
UTF-8 | 蠢렎梯멱렣렡 | 111010001010000010100010111010111010000010001110111001101010001010101111111010111010100110110001111010111010000010100011111010111010000010100001 | e8a0a2eba08ee6a2afeba9b1eba0a3eba0a1 |
UHC | 蠢렎梯멱렣렡 | 111100011110001110001110101001001111000010101100101110001110100010001110101101001000111010110010 | f1e38ea4f0acb8e88eb48eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)