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 | 證嵌?齬 | 11100110100110101001101111000110001111111110101010010111 | e69a9bc63fea97 |
EUC-JP | 證嵌?齬 | 11101011111110101101011011001000001111111111001111110111 | ebfad6c83ff3f7 |
UTF-8 | 證嵌값齬 | 111010001010110110001001111001011011010110001100111010101011000010010010111010011011110110101100 | e8ad89e5b58ceab092e9bdac |
UHC | 證嵌값齬 | 1111000111111011110010101110111010110000101010101110010111100001 | f1fbcaeeb0aae5e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)