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 | 贖刻讐脣 | 1110011011011100100011011000111110001111010100011110001111111010 | e6dc8d8f8f51e3fa |
EUC-JP | 贖刻讐脣 | 1110110011011110101110011110111110111101101100101110011011111100 | ecdeb9efbdb2e6fc |
UTF-8 | 贖刻讐脣 | 111010001011010010010110111001011000100010111011111010001010111010010000111010001000010010100011 | e8b496e588bbe8ae90e884a3 |
UHC | 贖刻讐脣 | 1110000111011011110010101011111011100010110000101110001011101110 | e1dbcabee2c2e2ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)