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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 中燎甚 | 100100101000011011100000100110011001000001110010 | 9286e0999072 |
EUC-JP | 中燎甚 | 110000111110011011011111111110011011111111010011 | c3e6dff9bfd3 |
UTF-8 | 中燎甚 | 111001001011100010101101111001111000011110001110111001111001010010011010 | e4b8ade7878ee7949a |
UHC | 中燎甚 | 111100011110100111010110111110101110010010100100 | f1e9d6fae4a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)