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 | ¢¯©ø@h | 101000101010111110101001111110000100000001101000 | a2afa9f84068 |
SJIS-WIN | ¢???@h | 10000001100100010011111100111111001111110100000001101000 | 81913f3f3f4068 |
EUC-JP | ¢¯©ø@h | 10100001111100011000111110100010101101001000111110100010111011011000111110101001110011000100000001101000 | a1f18fa2b48fa2ed8fa9cc4068 |
UTF-8 | ¢¯©ø@h | 11000010101000101100001010101111110000101010100111000011101110000100000001101000 | c2a2c2afc2a9c3b84068 |
UHC | ???ø@h | 00111111001111110011111110101001101010100100000001101000 | 3f3f3fa9aa4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)