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 | 歪? | 100110000110001100111111 | 98633f |
EUC-JP | 歪? | 110011111100010000111111 | cfc43f |
UTF-8 | 歪둉 | 111001101010110110101010111010111001000110001001 | e6adaaeb9189 |
UHC | 歪둉 | 11101000111000001000101001000101 | e8e08a45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)