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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 箏箏簔 | 11100010101101011110001010110101111101101100111011100010110000011111011011100010 | e2b5e2b5f6cee2c1f6e2 |
EUC-JP | 箏箏?簔? | 1110010010110111111001001011011100111111111001001100001100111111 | e4b7e4b73fe4c33f |
UTF-8 | 箏箏簔 | 111001111010111010001111111001111010111010001111111011101001001110110101111001111011000010010100111011101001010010001001 | e7ae8fe7ae8fee93b5e7b094ee9489 |
UHC | 箏箏??? | 11101110101101001110111010110100001111110011111100111111 | eeb4eeb43f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)