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 | 才堺 | 10001101110010111000110111100100 | 8dcb8de4 |
EUC-JP | 才堺 | 10111010110011011011101011100110 | bacdbae6 |
UTF-8 | 才堺 | 111001101000100110001101111001011010000010111010 | e6898de5a0ba |
UHC | 才堺 | 11101110101001101100110011110111 | eea6ccf7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)