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 | 蠻侖熈 | 111001011100010110011000110100111110000010000111 | e5c598d3e087 |
EUC-JP | 蠻侖熈 | 111010101100011111010000110101011101111111100111 | eac7d0d5dfe7 |
UTF-8 | 蠻侖熈 | 111010001010000010111011111001001011111010010110111001111000011010001000 | e8a0bbe4be96e78688 |
UHC | 蠻侖? | 1101100011000001110101111100001000111111 | d8c1d7c23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)