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 | îä÷©^ | 1110111011100100111101111010100101011110 | eee4f7a95e |
SJIS-WIN | ??÷?^ | 001111110011111110000001100000000011111101011110 | 3f3f81803f5e |
EUC-JP | îä÷©^ | 100011111010101111000010100011111010101110100011101000011110000010001111101000101110110101011110 | 8fabc28faba3a1e08fa2ed5e |
UTF-8 | îä÷©^ | 110000111010111011000011101001001100001110110111110000101010100101011110 | c3aec3a4c3b7c2a95e |
UHC | ??÷?^ | 001111110011111110100001110000000011111101011110 | 3f3fa1c03f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)