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 | Ç´ì | 10001111110001111011010011101100 | 8fc7b4ec |
SJIS-WIN | ??´? | 0011111100111111100000010100110000111111 | 3f3f814c3f |
EUC-JP | ?Ç´ì | 001111111000111110101010101011101010000110101101100011111010101111000000 | 3f8faaaea1ad8fabc0 |
UTF-8 | Ç´ì | 1100001010001111110000111000011111000010101101001100001110101100 | c28fc387c2b4c3ac |
UHC | ??´? | 0011111100111111101000101010010100111111 | 3f3fa2a53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)