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 | îä÷®h | 1110111011100100111101111010111001101000 | eee4f7ae68 |
SJIS-WIN | ??÷?h | 001111110011111110000001100000000011111101101000 | 3f3f81803f68 |
EUC-JP | îä÷®h | 100011111010101111000010100011111010101110100011101000011110000010001111101000101110111001101000 | 8fabc28faba3a1e08fa2ee68 |
UTF-8 | îä÷®h | 110000111010111011000011101001001100001110110111110000101010111001101000 | c3aec3a4c3b7c2ae68 |
UHC | ??÷®h | 00111111001111111010000111000000101000101110011101101000 | 3f3fa1c0a2e768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)