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 | 壹奉 | 10011010111000111001010111110010 | 9ae395f2 |
EUC-JP | 壹奉 | 11010100111001011100101011110100 | d4e5caf4 |
UTF-8 | 壹奉 | 111001011010001110111001111001011010010110001001 | e5a3b9e5a589 |
UHC | 壹奉 | 11101100111011001101110011100101 | ececdce5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)