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 | 臾щЁ??Ч | 11100100011010111000010010001011100001000100011000111111001111111000010001011000 | e46b848b84463f3f8458 |
EUC-JP | 臾щЁ??Ч | 11100111110011001010011111101011101001111010011100111111001111111010011110111001 | e7cca7eba7a73f3fa7b9 |
UTF-8 | 臾щЁ紐용Ч | 111010001000011110111110110100011000100111010000100000011110111110100111100011111110110010011010101010011101000010100111 | e887bed189d081efa78fec9aa9d0a7 |
UHC | 臾щЁ紐용Ч | 111010111010110010101100111010111010110010100111111010111010101010111111111010111010110010111001 | ebacacebaca7ebaabfebacb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)