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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 箏 | 111101101110001011110000111010111110001010110101111100001110001111110110111000101111000011100011 | f6e2f0ebe2b5f0e3f6e2f0e3 |
EUC-JP | ??箏??? | 00111111001111111110010010110111001111110011111100111111 | 3f3fe4b73f3f3f |
UTF-8 | 箏 | 111011101001010010001001111011101000001010101010111001111010111010001111111011101000001010100010111011101001010010001001111011101000001010100010 | ee9489ee82aae7ae8fee82a2ee9489ee82a2 |
UHC | ??箏??? | 00111111001111111110111010110100001111110011111100111111 | 3f3feeb43f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)