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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 閻矩宦蟇 | 1110100010000101100010111110100110011011100000011110010110101111 | e8858be99b81e5af |
EUC-JP | 閻矩宦蟇 | 1110111111100101101101101110101111010101111000011110101010110001 | efe5b6ebd5e1eab1 |
UTF-8 | 閻矩宦蟇 | 111010011001011010111011111001111001111110101001111001011010111010100110111010001001111110000111 | e996bbe79fa9e5aea6e89f87 |
UHC | 閻矩宦? | 11100111101000101100111110111011111111001011001000111111 | e7a2cfbbfcb23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)