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 | 毫詐? | 1001111101111100100011011011110000111111 | 9f7c8dbc3f |
EUC-JP | 毫詐? | 1101110111011101101110101011111000111111 | ddddbabe3f |
UTF-8 | 毫詐렏 | 111001101010111110101011111010001010100110010000111010111010000010001111 | e6afabe8a990eba08f |
UHC | 毫詐렏 | 111110111100011011011110111100011000111010100101 | fbc6def18ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)