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 | 昱蓑?? | 111110100110001110010110101010100011111100111111 | fa6396aa3f3f |
EUC-JP | 昱蓑?? | 10001111110000101010110111001100101011000011111100111111 | 8fc2adccac3f3f |
UTF-8 | 昱蓑렏렡 | 111001101001100010110001111010001001001110010001111010111010000010001111111010111010000010100001 | e698b1e89391eba08feba0a1 |
UHC | 昱蓑렏렡 | 1110100111110000110111101110111010001110101001011000111010110010 | e9f0deee8ea58eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)