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 | 閻ア騾ク蟾曦 | 11101000100001011011000111101001100000001011100011100101101101111001111001000110 | e885b1e980b8e5b79e46 |
EUC-JP | 閻ア騾ク蟾曦 | 111011111110010110001110101100011111000111100000100011101011100011101010101110011101101110100111 | efe58eb1f1e08eb8eab9dba7 |
UTF-8 | 閻ア騾ク蟾曦 | 111010011001011010111011111011111011110110110001111010011010100010111110111011111011110110111000111010001001111110111110111001101001101110100110 | e996bbefbdb1e9a8beefbdb8e89fbee69ba6 |
UHC | 閻???蟾曦 | 111001111010001000111111001111110011111111100000111010101111110111110110 | e7a23f3f3fe0eafdf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)