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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???孃? | 001111110011111100111111100110110110111100111111 | 3f3f3f9b6f3f |
EUC-JP | ???孃? | 001111110011111100111111110101011101000000111111 | 3f3f3fd5d03f |
UTF-8 | 緣곲젅孃놟 | 111001111011011110100011111010101011001110110010111011001010000010000101111001011010110110000011111010111000011010011111 | e7b7a3eab3b2eca085e5ad83eb869f |
UHC | 緣곲젅孃놟 | 11100110110111101000000111101001101000001000100011100101101111101000011101000010 | e6de81e9a088e5be8742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)