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 | ©¡©÷© | 1010100110100001101010011111011110101001 | a9a1a9f7a9 |
SJIS-WIN | ???÷? | 001111110011111100111111100000011000000000111111 | 3f3f3f81803f |
EUC-JP | ©¡©÷© | 1000111110100010111011011000111110100010110000101000111110100010111011011010000111100000100011111010001011101101 | 8fa2ed8fa2c28fa2eda1e08fa2ed |
UTF-8 | ©¡©÷© | 11000010101010011100001010100001110000101010100111000011101101111100001010101001 | c2a9c2a1c2a9c3b7c2a9 |
UHC | ?¡?÷? | 00111111101000101010111000111111101000011100000000111111 | 3fa2ae3fa1c03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)