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 | 獄??淞? | 10001101100101100011111100111111100111111100001000111111 | 8d963f3f9fc23f |
EUC-JP | 獄??淞? | 10111001111101100011111100111111110111101100010000111111 | b9f63f3fdec43f |
UTF-8 | 獄긱굠淞잹 | 111001111000110110000100111010101011100010110001111010101011010110100000111001101011011110011110111011001001111010111001 | e78d84eab8b1eab5a0e6b79eec9eb9 |
UHC | 獄긱굠淞잹 | 11101000101010111011000111100011100000101000100011100001111001111010000001000010 | e8abb1e38288e1e7a042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)