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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 郤頑詐 | 111001111011101010001010111001101000110110111100 | e7ba8ae68dbc |
EUC-JP | 郤頑詐 | 111011101011110010110100111010001011101010111110 | eebcb4e8babe |
UTF-8 | 郤頑詐 | 111010011000001110100100111010011010000010010001111010001010100110010000 | e983a4e9a091e8a990 |
UHC | ?頑詐 | 0011111111101000110101111101111011110001 | 3fe8d7def1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)