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 | 渉渼ム | 1000111111000010111110110100100111010001 | 8fc2fb49d1 |
EUC-JP | 渉渼ム | 10111110110001001000111111000111111100001000111011010001 | bec48fc7f08ed1 |
UTF-8 | 渉渼ム | 111001101011100010001001111001101011100010111100111011111011111010010001 | e6b889e6b8bcefbe91 |
UHC | ?渼? | 00111111110110101011010000111111 | 3fdab43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)