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 | iÇ | 10001111011010011000001111000111 | 8f6983c7 |
SJIS-WIN | ?i?? | 00111111011010010011111100111111 | 3f693f3f |
EUC-JP | ?i?Ç | 001111110110100100111111100011111010101010101110 | 3f693f8faaae |
UTF-8 | iÇ | 11000010100011110110100111000010100000111100001110000111 | c28f69c283c387 |
UHC | ?i?? | 00111111011010010011111100111111 | 3f693f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)