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 | 濵悉煜 | 111110110100110110001110101110111111101101010101 | fb4d8ebbfb55 |
EUC-JP | 濵悉煜 | 1000111111001001101001101011110010111101100011111100100111111100 | 8fc9a6bcbd8fc9fc |
UTF-8 | 濵悉煜 | 111001101011111110110101111001101000001010001001111001111000010110011100 | e6bfb5e68289e7859c |
UHC | ?悉煜 | 0011111111100011111110101110100111110010 | 3fe3fae9f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)