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 | ¸ö·ü | 1011100011110110100011111011011111111100 | b8f68fb7fc |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ¸ö??ü | 1000111110100010101100011000111110101011110100110011111100111111100011111010101111100100 | 8fa2b18fabd33f3f8fabe4 |
UTF-8 | ¸ö·ü | 11000010101110001100001110110110110000101000111111000010101101111100001110111100 | c2b8c3b6c28fc2b7c3bc |
UHC | ¸??·? | 10100010101011000011111100111111101000011010010000111111 | a2ac3f3fa1a43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)