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 | 翔」 | 111000111100010010100011 | e3c4a3 |
EUC-JP | 翔」 | 11100110110001101000111010100011 | e6c68ea3 |
UTF-8 | 翔」 | 111001111011111110010100111011111011110110100011 | e7bf94efbda3 |
UHC | 翔? | 110111111101011000111111 | dfd63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)