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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 嗔? | 100110100111000000111111 | 9a703f |
EUC-JP | 嗔? | 110100111101000100111111 | d3d13f |
UTF-8 | 嗔렊 | 111001011001011110010100111010111010000010001010 | e59794eba08a |
UHC | 嗔렊 | 11110010110001111000111010100001 | f2c78ea1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)