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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 詹萼賣 | 111110111010010111100100110100111110011011001100 | fba5e4d3e6cc |
EUC-JP | 詹萼賣 | 10001111110111011110101011101000110101011110110011001110 | 8fddeae8d5ecce |
UTF-8 | 詹萼賣 | 111010001010100110111001111010001001000010111100111010001011001110100011 | e8a9b9e890bce8b3a3 |
UHC | 詹?賣 | 1111010011011010001111111101100011100011 | f4da3fd8e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)