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 | 飄ⅲ | 11101001010001111111101001000010 | e947fa42 |
EUC-JP | 飄? | 111100011010100000111111 | f1a83f |
UTF-8 | 飄ⅲ | 111010011010001110000100111000101000010110110010 | e9a384e285b2 |
UHC | 飄ⅲ | 11111000111111011010010110100011 | f8fda5a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)