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 | シク粲 | 10111100101110001110001011101010 | bcb8e2ea |
EUC-JP | シク粲 | 100011101011110010001110101110001110010011101100 | 8ebc8eb8e4ec |
UTF-8 | シク粲 | 111011111011110110111100111011111011110110111000111001111011001010110010 | efbdbcefbdb8e7b2b2 |
UHC | ??粲 | 00111111001111111111001111000100 | 3f3ff3c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)