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 | 北蓉 | 10010110011010111001011101110101 | 966b9775 |
EUC-JP | 北蓉 | 11001011110011001100110111010110 | cbcccdd6 |
UTF-8 | 北蓉 | 111001011000110010010111111010001001001110001001 | e58c97e89389 |
UHC | 北蓉 | 11011101110000011110100111001000 | ddc1e9c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)