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 | ?示鏃 | 0011111110001110101001101110100001010110 | 3f8ea6e856 |
EUC-JP | ?示鏃 | 0011111110111100101010001110111110110111 | 3fbca8efb7 |
UTF-8 | 뤚示鏃 | 111010111010010010011010111001111010010010111010111010011000111110000011 | eba49ae7a4bae98f83 |
UHC | 뤚示鏃 | 100011111100100111100011110001101111000011101100 | 8fc9e3c6f0ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)