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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 稈溪 | 11100010011000101001111111100010 | e2629fe2 |
EUC-JP | 稈溪 | 11100011110000111101111011100100 | e3c3dee4 |
UTF-8 | 稈溪 | 111001111010100010001000111001101011101010101010 | e7a888e6baaa |
UHC | 稈溪 | 11001010110110011100110110100010 | cad9cda2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)