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 | 祗? | 111000100100110000111111 | e24c3f |
EUC-JP | 祗? | 111000111010110100111111 | e3ad3f |
UTF-8 | 祗롙 | 111001111010010110010111111010111010000110011001 | e7a597eba199 |
UHC | 祗롙 | 11110010101101001000111011011101 | f2b48edd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)