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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 倚脛? | 1001100011011111111000111111100000111111 | 98dfe3f83f |
EUC-JP | 倚脛? | 1101000011100001111001101111101000111111 | d0e1e6fa3f |
UTF-8 | 倚脛㉣ | 111001011000000010011010111010001000010010011011111000111000100110100011 | e5809ae8849be389a3 |
UHC | 倚脛㉣ | 111010111110111111001100111010111010100010110100 | ebefcceba8b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)