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 | 蝪一撮踵 | 1110010110100001100010001110101010001110010000101110011011111001 | e5a188ea8e42e6f9 |
EUC-JP | 蝪一撮踵 | 1110101010100011101100001110110010111011101000111110110011111011 | eaa3b0ecbba3ecfb |
UTF-8 | 蝪一撮踵 | 111010001001110110101010111001001011100010000000111001101001001010101110111010001011100010110101 | e89daae4b880e692aee8b8b5 |
UHC | ?一撮踵 | 00111111111011001110100111110101110010011111000110100010 | 3fece9f5c9f1a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)