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 | î?? | 111011100011111100111111 | ee3f3f |
SJIS-WIN | ?‡蹣 | 0011111110000001111101101110011101001001 | 3f81f6e749 |
EUC-JP | î‡蹣 | 10001111101010111100001010100010111110001110110110101010 | 8fabc2a2f8edaa |
UTF-8 | î‡蹣 | 1100001110101110111000101000000010100001111010001011100110100011 | c3aee280a1e8b9a3 |
UHC | ?‡? | 00111111101000101101010000111111 | 3fa2d43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)