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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 隕ヤャ | 111100101100000011101000101001101101010010101100 | f2c0e8a6d4ac |
EUC-JP | ?隕ヤャ | 00111111111100001010100010001110110101001000111010101100 | 3ff0a88ed48eac |
UTF-8 | 隕ヤャ | 111011101000011110110111111010011001101010010101111011111011111010010100111011111011110110101100 | ee87b7e99a95efbe94efbdac |
UHC | ?隕?? | 0011111111101010101000100011111100111111 | 3feaa23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)