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 | 盖涌鞦 | 111000011011001110010111010011111110100011100001 | e1b3974fe8e1 |
EUC-JP | 盖涌鞦 | 111000101011010111001101101100001111000011100011 | e2b5cdb0f0e3 |
UTF-8 | 盖涌鞦 | 111001111001101110010110111001101011011010001100111010011001111010100110 | e79b96e6b68ce99ea6 |
UHC | 盖涌? | 1100101111001100111010011011111100111111 | cbcce9bf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)