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 | ?辱槽 | 0011111110010000010010101001000110000101 | 3f904a9185 |
EUC-JP | ?辱槽 | 0011111110111111101010111100000111100101 | 3fbfabc1e5 |
UTF-8 | 뤚辱槽 | 111010111010010010011010111010001011111010110001111001101010011110111101 | eba49ae8beb1e6a7bd |
UHC | 뤚辱槽 | 100011111100100111101001101101001111000011001011 | 8fc9e9b4f0cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)