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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 哉槃??? | 10001101110001101001111011001111001111110011111100111111 | 8dc69ecf3f3f3f |
EUC-JP | 哉槃??? | 10111010110010001101110011010001001111110011111100111111 | bac8dcd13f3f3f |
UTF-8 | 哉槃렲렑뤗 | 111001011001001110001001111001101010011110000011111010111010000010110010111010111010000010010001111010111010010010010111 | e59389e6a783eba0b2eba091eba497 |
UHC | 哉槃렲렑뤗 | 11101110101000111101101011101001100011101011111110001110101001101000111111000111 | eea3dae98ebf8ea68fc7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)