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 | ÓN | 110100111010110101001110 | d3ad4e |
SJIS-WIN | ??N | 001111110011111101001110 | 3f3f4e |
EUC-JP | Ó?N | 1000111110101010110100010011111101001110 | 8faad13f4e |
UTF-8 | ÓN | 1100001110010011110000101010110101001110 | c393c2ad4e |
UHC | ?N | 00111111101000011010100101001110 | 3fa1a94e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)