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 | ??較??? | 00111111001111111000101001110010001111110011111100111111 | 3f3f8a723f3f3f |
EUC-JP | ??較??? | 00111111001111111011001111010011001111110011111100111111 | 3f3fb3d33f3f3f |
UTF-8 | 뤶풆較쾸웡섕 | 111010111010010010110110111011011001001010000110111010001011110010000011111011001011111010111000111011001001101110100001111011001000010010010101 | eba4b6ed9286e8bc83ecbeb8ec9ba1ec8495 |
UHC | 뤶풆較쾸웡섕 | 100011111110010010111110100011101100111011110010101100101000111010111111111111011011110010101100 | 8fe4be8ecef2b28ebffdbcac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)