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 | 糶 | 111100101111000011110010101111101110001011111010 | f2f0f2bee2fa |
EUC-JP | ??糶 | 00111111001111111110010011111100 | 3f3fe4fc |
UTF-8 | 糶 | 111011101000100010100111111011101000011110110101111001111011001110110110 | ee88a7ee87b5e7b3b6 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)