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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 閻ア騾ク雜ウ^ | 11101000100001011011000111101001100000001011100011101000101101101011001101011110 | e885b1e980b8e8b6b35e |
EUC-JP | 閻ア騾ク雜ウ^ | 11101111111001011000111010110001111100011110000010001110101110001111000010111000100011101011001101011110 | efe58eb1f1e08eb8f0b88eb35e |
UTF-8 | 閻ア騾ク雜ウ^ | 11101001100101101011101111101111101111011011000111101001101010001011111011101111101111011011100011101001100110111001110011101111101111011011001101011110 | e996bbefbdb1e9a8beefbdb8e99b9cefbdb35e |
UHC | 閻???雜?^ | 111001111010001000111111001111110011111111101101110110100011111101011110 | e7a23f3f3fedda3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)