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 | 彧嗽疫 | 111110101011100110011010011101011000100101110101 | fab99a758975 |
EUC-JP | 彧嗽疫 | 10001111101111001111111011010011110101101011000111010110 | 8fbcfed3d6b1d6 |
UTF-8 | 彧嗽疫 | 111001011011110110100111111001011001011110111101111001111001011010101011 | e5bda7e597bde796ab |
UHC | 彧嗽疫 | 111010011110111011100001111101011110011010111001 | e9eee1f5e6b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)