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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鷹⑤? | 1001000111101001100001110100010000111111 | 91e987443f |
EUC-JP | 鷹?? | 11000010111010110011111100111111 | c2eb3f3f |
UTF-8 | 鷹⑤닎 | 111010011011011110111001111000101001000110100100111010111000101110001110 | e9b7b9e291a4eb8b8e |
UHC | 鷹⑤닎 | 111010111110110110101000111010111000100010010100 | ebeda8eb8894 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)