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 | 10011111010101001110010001011100100000011100100001000010 | 9f54e45c81c842 |
EUC-JP | 鬱臀∧B | 11011101101101011110011110111101101000101100101001000010 | ddb5e7bda2ca42 |
UTF-8 | 鬱臀∧B | 11101001101011001011000111101000100001111000000011100010100010001010011101000010 | e9acb1e88780e288a742 |
UHC | 鬱臀∧B | 11101010101001101101010011101011101000011111110001000010 | eaa6d4eba1fc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)