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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 贖恰音莖 | 1110011011011100100010101000011010001001101110011110010010110001 | e6dc8a8689b9e4b1 |
EUC-JP | 贖恰音莖 | 1110110011011110101100111110011010110010101110111110100010110011 | ecdeb3e6b2bbe8b3 |
UTF-8 | 贖恰音莖 | 111010001011010010010110111001101000000110110000111010011001111110110011111010001000111010010110 | e8b496e681b0e99fb3e88e96 |
UHC | 贖恰音莖 | 1110000111011011111111011110011011101011111001011100110011101100 | e1dbfde6ebe5ccec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)