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 | 謌顔魚 | 111001101000100010001010111001111000101110011011 | e6888ae78b9b |
EUC-JP | 謌顔魚 | 111010111110100010110100111010011011010111111011 | ebe8b4e9b5fb |
UTF-8 | 謌顔魚 | 111010001010110010001100111010011010000110010100111010011010110110011010 | e8ac8ce9a194e9ad9a |
UHC | ?顔魚 | 0011111111100100110101001110010111100000 | 3fe4d4e5e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)