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 | 惑簫脯 | 100110000110011011100010110100101110001111111011 | 9866e2d2e3fb |
EUC-JP | 惑簫脯 | 110011111100011111100100110101001110011011111101 | cfc7e4d4e6fd |
UTF-8 | 惑簫脯 | 111001101000001110010001111001111011000010101011111010001000010010101111 | e68391e7b0abe884af |
UHC | 惑簫脯 | 111110111110001111100001110001111111100011100001 | fbe3e1c7f8e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)