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 | 謐ィ譟エ^ | 11100110100011011010100011100110100111111011010001011110 | e68da8e69fb45e |
EUC-JP | 謐ィ譟エ^ | 111010111110110110001110101010001110110010100001100011101011010001011110 | ebed8ea8eca18eb45e |
UTF-8 | 謐ィ譟エ^ | 11101000101011001001000011101111101111011010100011101000101011011001111111101111101111011011010001011110 | e8ac90efbda8e8ad9fefbdb45e |
UHC | 謐???^ | 110110101100110100111111001111110011111101011110 | dacd3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)