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 | ??¨悠 | 001111110011111110000001010011101001011101001001 | 3f3f814e9749 |
EUC-JP | 縕?¨悠 | 1000111111010100110000100011111110100001101011111100110110101010 | 8fd4c23fa1afcdaa |
UTF-8 | 縕띕¨悠 | 1110011110111000100101011110101110011101100101011100001010101000111001101000001010100000 | e7b895eb9d95c2a8e682a0 |
UHC | 縕띕¨悠 | 1110100010110010101101101110101110100001101001111110101011101101 | e8b2b6eba1a7eaed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)