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 | ?譯顆 | 0011111111100110101000011110100011110111 | 3fe6a1e8f7 |
EUC-JP | 暒譯顆 | 10001111110000101101000111101100101000111111000011111001 | 8fc2d1eca3f0f9 |
UTF-8 | 暒譯顆 | 111001101001101010010010111010001010110110101111111010011010000110000110 | e69a92e8adafe9a186 |
UHC | ?譯顆 | 0011111111100110101110111100111010101000 | 3fe6bbcea8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)