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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 琥?偕?B | 11100000111001100011111110011000111100010011111101000010 | e0e63f98f13f42 |
EUC-JP | 琥?偕?B | 11100000111010000011111111010000111100110011111101000010 | e0e83fd0f33f42 |
UTF-8 | 琥렡偕렲B | 11100111100100001010010111101011101000001010000111100101100000011001010111101011101000001011001001000010 | e790a5eba0a1e58195eba0b242 |
UHC | 琥렡偕렲B | 111110111101000010001110101100101111101010100101100011101011111101000010 | fbd08eb2faa58ebf42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)