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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 」シ・ツ^ | 1010001110111100101001011100001001011110 | a3bca5c25e |
EUC-JP | 」シ・ツ^ | 100011101010001110001110101111001000111010100101100011101100001001011110 | 8ea38ebc8ea58ec25e |
UTF-8 | 」シ・ツ^ | 11101111101111011010001111101111101111011011110011101111101111011010010111101111101111101000001001011110 | efbda3efbdbcefbda5efbe825e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)