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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 閻ア騾ク諢 | 1110100010000101101100011110100110000000101110001110011010000100 | e885b1e980b8e684 |
EUC-JP | 閻ア騾ク諢 | 11101111111001011000111010110001111100011110000010001110101110001110101111100100 | efe58eb1f1e08eb8ebe4 |
UTF-8 | 閻ア騾ク諢 | 111010011001011010111011111011111011110110110001111010011010100010111110111011111011110110111000111010001010101110100010 | e996bbefbdb1e9a8beefbdb8e8aba2 |
UHC | 閻???? | 111001111010001000111111001111110011111100111111 | e7a23f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)