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 | ンメマシ | 110111011101001011001111101111001111001011001110 | ddd2cfbcf2ce |
EUC-JP | ンメマシ? | 100011101101110110001110110100101000111011001111100011101011110000111111 | 8edd8ed28ecf8ebc3f |
UTF-8 | ンメマシ | 111011111011111010011101111011111011111010010010111011111011111010001111111011111011110110111100111011101000100010000101 | efbe9defbe92efbe8fefbdbcee8885 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)