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 | 雍Г | 11101000101101001000010001000011 | e8b48443 |
EUC-JP | 雍Г | 11110000101101101010011110100100 | f0b6a7a4 |
UTF-8 | 雍Г | 1110100110011011100011011101000010010011 | e99b8dd093 |
UHC | 雍Г | 11101000101111001010110010100100 | e8bcaca4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)