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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 謐ィ譟エB | 11100110100011011010100011100110100111111011010001000010 | e68da8e69fb442 |
EUC-JP | 謐ィ譟エB | 111010111110110110001110101010001110110010100001100011101011010001000010 | ebed8ea8eca18eb442 |
UTF-8 | 謐ィ譟エB | 11101000101011001001000011101111101111011010100011101000101011011001111111101111101111011011010001000010 | e8ac90efbda8e8ad9fefbdb442 |
UHC | 謐???B | 110110101100110100111111001111110011111101000010 | dacd3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)