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 | 鸚?И | 1110101001011111001111111000010001001001 | ea5f3f8449 |
EUC-JP | 鸚?И | 1111001111000000001111111010011110101010 | f3c03fa7aa |
UTF-8 | 鸚뽯И | 1110100110111000100110101110101110111101101011111101000010011000 | e9b89aebbdafd098 |
UHC | 鸚뽯И | 111001011010010010010110111010111010110010101010 | e5a496ebacaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)