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 | 獄????? | 10001101100101100011111100111111001111110011111100111111 | 8d963f3f3f3f3f |
EUC-JP | 獄????? | 10111001111101100011111100111111001111110011111100111111 | b9f63f3f3f3f3f |
UTF-8 | 獄룸젵惡잙젶 | 111001111000110110000100111010111010001110111000111011001010000010110101111011111010011010111001111011001001111010011001111011001010000010110110 | e78d84eba3b8eca0b5efa6b9ec9e99eca0b6 |
UHC | 獄룸젵惡잙젶 | 111010001010101110110111111010111010000010101001111001111111011110011111111010111010000010101010 | e8abb7eba0a9e7f79feba0aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)