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 | 釵瑚帥 | 111001111101111010001100111010001001000010000011 | e7de8ce89083 |
EUC-JP | 釵瑚帥 | 111011101110000010111000111010101011111111100011 | eee0b8eabfe3 |
UTF-8 | 釵瑚帥 | 111010011000011110110101111001111001000110011010111001011011100010100101 | e987b5e7919ae5b8a5 |
UHC | 釵瑚帥 | 111100111111101111111011110100011110000111111101 | f3fbfbd1e1fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)