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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 韃・闥婆 | 11101000111001011010010111101000100100101001010001101011 | e8e5a5e892946b |
EUC-JP | 韃・闥婆 | 1111000011100111100011101010010111101111111100101100011111001100 | f0e78ea5eff2c7cc |
UTF-8 | 韃・闥婆 | 111010011001111110000011111011111011110110100101111010011001011110100101111001011010100110000110 | e99f83efbda5e997a5e5a986 |
UHC | ???婆 | 0011111100111111001111111111011111101000 | 3f3f3ff7e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)