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 | 炅閣 | 11111011010100011000101001110100 | fb518a74 |
EUC-JP | 炅閣 | 1000111111001001110010101011001111010101 | 8fc9cab3d5 |
UTF-8 | 炅閣 | 111001111000001010000101111010011001011010100011 | e78285e996a3 |
UHC | 炅閣 | 11001100110111011100101011001000 | ccddcac8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)