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 | 鞍世 | 10001000110001101001000010100010 | 88c690a2 |
EUC-JP | 鞍世 | 10110000110010001100000010100100 | b0c8c0a4 |
UTF-8 | 鞍世 | 111010011001111010001101111001001011100010010110 | e99e8de4b896 |
UHC | 鞍世 | 11100100110100111110000110100110 | e4d3e1a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)