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 | 盖涌鱆 | 111000011011001110010111010011111110100111100001 | e1b3974fe9e1 |
EUC-JP | 盖涌鱆 | 111000101011010111001101101100001111001011100011 | e2b5cdb0f2e3 |
UTF-8 | 盖涌鱆 | 111001111001101110010110111001101011011010001100111010011011000110000110 | e79b96e6b68ce9b186 |
UHC | 盖涌? | 1100101111001100111010011011111100111111 | cbcce9bf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)