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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | シエシテ捨粧 | 1011110010110100101111001100001110001110110011001000111111001111 | bcb4bcc38ecc8fcf |
EUC-JP | シエシテ捨粧 | 100011101011110010001110101101001000111010111100100011101100001110111100110011101011111011010001 | 8ebc8eb48ebc8ec3bccebed1 |
UTF-8 | シエシテ捨粧 | 111011111011110110111100111011111011110110110100111011111011110110111100111011111011111010000011111001101000110110101000111001111011001010100111 | efbdbcefbdb4efbdbcefbe83e68da8e7b2a7 |
UHC | ????捨粧 | 0011111100111111001111110011111111011110110101111110110111110010 | 3f3f3f3fded7edf2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)