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 | 碩? | 100100001101011100111111 | 90d73f |
EUC-JP | 碩瑄 | 1100000011011001100011111100110010111001 | c0d98fccb9 |
UTF-8 | 碩瑄 | 111001111010001010101001111001111001000110000100 | e7a2a9e79184 |
UHC | 碩瑄 | 11100000101101011110000011000101 | e0b5e0c5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)