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 | 鸚θ? | 1110101001011111100000111100011000111111 | ea5f83c63f |
EUC-JP | 鸚θ? | 1111001111000000101001101100100000111111 | f3c0a6c83f |
UTF-8 | 鸚θ랴 | 1110100110111000100110101100111010111000111010111001111010110100 | e9b89aceb8eb9eb4 |
UHC | 鸚θ랴 | 111001011010010010100101111010001011011110101010 | e5a4a5e8b7aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)