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 | ©¡x©¡x | 101010011010000101111000101010011010000101111000 | a9a178a9a178 |
SJIS-WIN | ??x??x | 001111110011111101111000001111110011111101111000 | 3f3f783f3f78 |
EUC-JP | ©¡x©¡x | 1000111110100010111011011000111110100010110000100111100010001111101000101110110110001111101000101100001001111000 | 8fa2ed8fa2c2788fa2ed8fa2c278 |
UTF-8 | ©¡x©¡x | 11000010101010011100001010100001011110001100001010101001110000101010000101111000 | c2a9c2a178c2a9c2a178 |
UHC | ?¡x?¡x | 0011111110100010101011100111100000111111101000101010111001111000 | 3fa2ae783fa2ae78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)