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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 棕??港? | 10011110101000010011111100111111100011010110000000111111 | 9ea13f3f8d603f |
EUC-JP | 棕??港? | 11011100101000110011111100111111101110011100000100111111 | dca33f3fb9c13f |
UTF-8 | 棕롖뤿港뤡 | 111001101010001110010101111010111010000110010110111010111010010010111111111001101011100010101111111010111010010010100001 | e6a395eba196eba4bfe6b8afeba4a1 |
UHC | 棕롖뤿港뤡 | 11110000111101111000111011011010100011111110101111111001111110111000111111001111 | f0f78eda8febf9fb8fcf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)