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 | 冗舫 | 10001111111001111110010001110101 | 8fe7e475 |
EUC-JP | 冗舫 | 10111110111010011110011111010110 | bee9e7d6 |
UTF-8 | 冗舫 | 111001011000011010010111111010001000100010101011 | e58697e888ab |
UHC | 冗舫 | 11101001101101111101101110111010 | e9b7dbba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)