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 | ?僊船? | 001111111001100101000001100100010100010000111111 | 3f994191443f |
EUC-JP | 饍僊船饍 | 10001111111010001110110111010001101000101100000110100101100011111110100011101101 | 8fe8edd1a2c1a58fe8ed |
UTF-8 | 饍僊船饍 | 111010011010010110001101111001011000001110001010111010001000100010111001111010011010010110001101 | e9a58de5838ae888b9e9a58d |
UHC | 饍僊船饍 | 1110000011010111111000001011101011100000110011111110000011010111 | e0d7e0bae0cfe0d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)