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 | 獎瑰珮 | 111000001101000011100000111100011110000011100001 | e0d0e0f1e0e1 |
EUC-JP | 獎瑰珮 | 111000001101001011100000111100111110000011100011 | e0d2e0f3e0e3 |
UTF-8 | 獎瑰珮 | 111001111000110110001110111001111001000110110000111001111000111110101110 | e78d8ee791b0e78fae |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)