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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鞳エ靤。 | 111010001110001110110100111010001101000010100001 | e8e3b4e8d0a1 |
EUC-JP | 鞳エ靤。 | 1111000011100101100011101011010011110000110100101000111010100001 | f0e58eb4f0d28ea1 |
UTF-8 | 鞳エ靤。 | 111010011001111010110011111011111011110110110100111010011001110110100100111011111011110110100001 | e99eb3efbdb4e99da4efbda1 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)