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 | 鳶?裝 | 1001001111001110001111111110010111100100 | 93ce3fe5e4 |
EUC-JP | 鳶?裝 | 1100011011010000001111111110101011100110 | c6d03feae6 |
UTF-8 | 鳶뤺裝 | 111010011011001110110110111010111010010010111010111010001010001110011101 | e9b3b6eba4bae8a39d |
UHC | 鳶뤺裝 | 111001101110100110001111111010001110110111111011 | e6e98fe8edfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)