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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 萍シルシー | 111001001100101010111100110110011011110010110000 | e4cabcd9bcb0 |
EUC-JP | 萍シルシー | 11101000110011001000111010111100100011101101100110001110101111001000111010110000 | e8cc8ebc8ed98ebc8eb0 |
UTF-8 | 萍シルシー | 111010001001000010001101111011111011110110111100111011111011111010011001111011111011110110111100111011111011110110110000 | e8908defbdbcefbe99efbdbcefbdb0 |
UHC | 萍???? | 111110001100001100111111001111110011111100111111 | f8c33f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)