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 | 渉・灼 | 1000111111000010101001011000111011011100 | 8fc2a58edc |
EUC-JP | 渉・灼 | 101111101100010010001110101001011011110011011110 | bec48ea5bcde |
UTF-8 | 渉・灼 | 111001101011100010001001111011111011110110100101111001111000000110111100 | e6b889efbda5e781bc |
UHC | ??灼 | 00111111001111111110110111000111 | 3f3fedc7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)