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 | 陶? | 100100111010100100111111 | 93a93f |
EUC-JP | 陶? | 110001101010101100111111 | c6ab3f |
UTF-8 | 陶미 | 111010011001100110110110111010111010111110111000 | e999b6ebafb8 |
UHC | 陶미 | 11010100101101101011100111001100 | d4b6b9cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)