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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 秀俑 | 10001111010001111001100011011010 | 8f4798da |
EUC-JP | 秀俑 | 10111101101010001101000011011100 | bda8d0dc |
UTF-8 | 秀俑 | 111001111010011110000000111001001011111110010001 | e7a780e4bf91 |
UHC | 秀俑 | 11100010101100111110100110110101 | e2b3e9b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)