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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 衍????? | 10011111101001010011111100111111001111110011111100111111 | 9fa53f3f3f3f3f |
EUC-JP | 衍????? | 11011110101001110011111100111111001111110011111100111111 | dea73f3f3f3f3f |
UTF-8 | 衍뤸콖禮계뻗 | 111010001010000110001101111010111010010010111000111011001011110110010110111011111010011010110110111010101011001110000100111010111011101110010111 | e8a18deba4b8ecbd96efa6b6eab384ebbb97 |
UHC | 衍뤸콖禮계뻗 | 111001101110001010001111111001101011000110010000111001111101111110110000111010001011101110111000 | e6e28fe6b190e7dfb0e8bbb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)