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 | ??Oh??O | 00111111001111110100111101101000001111110011111101001111 | 3f3f4f683f3f4f |
SJIS-WIN | ??Oh??O | 00111111001111110100111101101000001111110011111101001111 | 3f3f4f683f3f4f |
EUC-JP | ??Oh??O | 00111111001111110100111101101000001111110011111101001111 | 3f3f4f683f3f4f |
UTF-8 | 횒횜Oh횒횜O | 111011011001101010010010111011011001101010011100010011110110100011101101100110101001001011101101100110101001110001001111 | ed9a92ed9a9c4f68ed9a92ed9a9c4f |
UHC | 횒횜Oh횒횜O | 1100001110001101110000111001011001001111011010001100001110001101110000111001011001001111 | c38dc3964f68c38dc3964f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)