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 | 贖刻讐蔔 | 1110011011011100100011011000111110001111010100011110010011110111 | e6dc8d8f8f51e4f7 |
EUC-JP | 贖刻讐蔔 | 1110110011011110101110011110111110111101101100101110100011111001 | ecdeb9efbdb2e8f9 |
UTF-8 | 贖刻讐蔔 | 111010001011010010010110111001011000100010111011111010001010111010010000111010001001010010010100 | e8b496e588bbe8ae90e89494 |
UHC | 贖刻讐蔔 | 1110000111011011110010101011111011100010110000101101110011011011 | e1dbcabee2c2dcdb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)