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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 濕??B | 1110000001011011001111110011111101000010 | e05b3f3f42 |
EUC-JP | 濕??B | 1101111110111100001111110011111101000010 | dfbc3f3f42 |
UTF-8 | 濕롥꽯B | 11100110101111111001010111101011101000011010010111101010101111011010111101000010 | e6bf95eba1a5eabdaf42 |
UHC | 濕롥꽯B | 11100011101001011000111011100101100001001011101001000010 | e3a58ee584ba42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)