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 | 汀洛 | 10010010111100111001011110001100 | 92f3978c |
EUC-JP | 汀洛 | 11000100111101011100110111101100 | c4f5cdec |
UTF-8 | 汀洛 | 111001101011000110000000111001101011010010011011 | e6b180e6b49b |
UHC | 汀洛 | 11101111111000101101010110100110 | efe2d5a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)