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 | 輯?? | 10001111010100110011111100111111 | 8f533f3f |
EUC-JP | 輯?? | 10111101101101000011111100111111 | bdb43f3f |
UTF-8 | 輯렦렍 | 111010001011110010101111111010111010000010100110111010111010000010001101 | e8bcafeba0a6eba08d |
UHC | 輯렦렍 | 111100101111111010001110101101011000111010100011 | f2fe8eb58ea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)