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 | 閻ア騾ク驟ャ | 111010001000010110110001111010011000000010111000111010011000010110101100 | e885b1e980b8e985ac |
EUC-JP | 閻ア騾ク驟ャ | 111011111110010110001110101100011111000111100000100011101011100011110001111001011000111010101100 | efe58eb1f1e08eb8f1e58eac |
UTF-8 | 閻ア騾ク驟ャ | 111010011001011010111011111011111011110110110001111010011010100010111110111011111011110110111000111010011010100110011111111011111011110110101100 | e996bbefbdb1e9a8beefbdb8e9a99fefbdac |
UHC | 閻???驟? | 1110011110100010001111110011111100111111111101101010111000111111 | e7a23f3f3ff6ae3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)