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 | OâWh | 10001111100100000100111111100010010101111001101101101000 | 8f904fe2579b68 |
SJIS-WIN | ??O?W?h | 00111111001111110100111100111111010101110011111101101000 | 3f3f4f3f573f68 |
EUC-JP | ??OâW?h | 001111110011111101001111100011111010101110100100010101110011111101101000 | 3f3f4f8faba4573f68 |
UTF-8 | OâWh | 1100001010001111110000101001000001001111110000111010001001010111110000101001101101101000 | c28fc2904fc3a257c29b68 |
UHC | ??O?W?h | 00111111001111110100111100111111010101110011111101101000 | 3f3f4f3f573f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)