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 | フンフン | 110011001101110111110010111101011100110011011101 | ccddf2f5ccdd |
EUC-JP | フン?フン | 100011101100110010001110110111010011111110001110110011001000111011011101 | 8ecc8edd3f8ecc8edd |
UTF-8 | フンフン | 111011111011111010001100111011111011111010011101111011101000100010101100111011111011111010001100111011111011111010011101 | efbe8cefbe9dee88acefbe8cefbe9d |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)