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?W?h | 00111111001111110100111100111111010101110011111101101000 | 3f3f4f3f573f68 |
SJIS-WIN | ??O?W?h | 00111111001111110100111100111111010101110011111101101000 | 3f3f4f3f573f68 |
EUC-JP | ??O?W?h | 00111111001111110100111100111111010101110011111101101000 | 3f3f4f3f573f68 |
UTF-8 | 혧혨O창W혴h | 111011011001100010100111111011011001100010101000010011111110110010110000101111010101011111101101100110001011010001101000 | ed98a7ed98a84fecb0bd57ed98b468 |
UHC | 혧혨O창W혴h | 1100001010001111110000101001000001001111110000111010001001010111110000101001101101101000 | c28fc2904fc3a257c29b68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)