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 | ??¨? | 00111111001111111010100000111111 | 3f3fa83f |
SJIS-WIN | ??¨兪 | 001111110011111110000001010011101001100101100000 | 3f3f814e9960 |
EUC-JP | 縕?¨兪 | 1000111111010100110000100011111110100001101011111101000111000001 | 8fd4c23fa1afd1c1 |
UTF-8 | 縕띕¨兪 | 1110011110111000100101011110101110011101100101011100001010101000111001011000010110101010 | e7b895eb9d95c2a8e585aa |
UHC | 縕띕¨兪 | 1110100010110010101101101110101110100001101001111110101011100100 | e8b2b6eba1a7eae4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)