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 | _êCB | 10010010100101001001011001011111111010100100001101000010 | 9294965fea4342 |
SJIS-WIN | ???_?CB | 00111111001111110011111101011111001111110100001101000010 | 3f3f3f5f3f4342 |
EUC-JP | ???_êCB | 001111110011111100111111010111111000111110101011101101000100001101000010 | 3f3f3f5f8fabb44342 |
UTF-8 | _êCB | 1100001010010010110000101001010011000010100101100101111111000011101010100100001101000010 | c292c294c2965fc3aa4342 |
UHC | ???_?CB | 00111111001111110011111101011111001111110100001101000010 | 3f3f3f5f3f4342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)