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 | 萓捨痔 | 111001001011111010001110110011001000111010100100 | e4be8ecc8ea4 |
EUC-JP | 萓捨痔 | 111010001100000010111100110011101011110010100110 | e8c0bccebca6 |
UTF-8 | 萓捨痔 | 111010001001000010010011111001101000110110101000111001111001011110010100 | e89093e68da8e79794 |
UHC | ?捨痔 | 0011111111011110110101111111011011000000 | 3fded7f6c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)