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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 轅絞?? | 111001110111011010001101011010010011111100111111 | e7768d693f3f |
EUC-JP | 轅絞?? | 111011011101011110111001110010100011111100111111 | edd7b9ca3f3f |
UTF-8 | 轅絞렎렪 | 111010001011110110000101111001111011010110011110111010111010000010001110111010111010000010101010 | e8bd85e7b59eeba08eeba0aa |
UHC | 轅絞렎렪 | 1110101010111111110011101110110110001110101001001000111010111000 | eabfceed8ea48eb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)