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 | ?®? | 001111111010111000111111 | 3fae3f |
SJIS-WIN | 鳶?┏ | 1001001111001110001111111000010010101100 | 93ce3f84ac |
EUC-JP | 鳶®┏ | 11000110110100001000111110100010111011101010100010101110 | c6d08fa2eea8ae |
UTF-8 | 鳶®┏ | 1110100110110011101101101100001010101110111000101001010010001111 | e9b3b6c2aee2948f |
UHC | 鳶®┏ | 111001101110100110100010111001111010011010101110 | e6e9a2e7a6ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)