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 | 嗔洧 | 1101001111010001100011111100011110110100 | d3d18fc7b4 |
UTF-8 | 嗔洧 | 111001011001011110010100111001101011010010100111 | e59794e6b4a7 |
UHC | 嗔洧 | 11110010110001111110101011111011 | f2c7eafb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)