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 | 覲剳 | 11100110010100101001100110010101 | e6529995 |
EUC-JP | 覲剳 | 11101011101100111101000111110101 | ebb3d1f5 |
UTF-8 | 覲剳 | 111010001010011010110010111001011000100110110011 | e8a6b2e589b3 |
UHC | 覲? | 110100001100110000111111 | d0cc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)