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 | ???B? | 0011111100111111001111110100001000111111 | 3f3f3f423f |
SJIS-WIN | ???B矮 | 001111110011111100111111010000101110000111100010 | 3f3f3f42e1e2 |
EUC-JP | 旿??B矮 | 1000111111000001111101000011111100111111010000101110001011100100 | 8fc1f43f3f42e2e4 |
UTF-8 | 旿묕쉠B矮 | 11100110100101111011111111101011101011001001010111101100100010011010000001000010111001111001111110101110 | e697bfebac95ec89a042e79fae |
UHC | 旿묕쉠B矮 | 111001111111101010010001111011111011110110101010010000101110100011100001 | e7fa91efbdaa42e8e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)