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 | 鈿倩帥 | 111001111110110110011000111010001001000010000011 | e7ed98e89083 |
EUC-JP | 鈿倩帥 | 111011101110111111010000111010101011111111100011 | eeefd0eabfe3 |
UTF-8 | 鈿倩帥 | 111010011000100010111111111001011000000010101001111001011011100010100101 | e988bfe580a9e5b8a5 |
UHC | 鈿?帥 | 1110111110101111001111111110000111111101 | efaf3fe1fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)