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 | 證邯?齬 | 11100110100110101110011110110110001111111110101010010111 | e69ae7b63fea97 |
EUC-JP | 證邯擊齬 | 111010111111101011101110101110001000111111000001101000111111001111110111 | ebfaeeb88fc1a3f3f7 |
UTF-8 | 證邯擊齬 | 111010001010110110001001111010011000001010101111111001101001001110001010111010011011110110101100 | e8ad89e982afe6938ae9bdac |
UHC | 證邯擊齬 | 1111000111111011110010101111101111001100101010101110010111100001 | f1fbcafbccaae5e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)