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 | ???gF | 0011111100111111001111110110011101000110 | 3f3f3f6746 |
SJIS-WIN | 晳罨gF | 1111101011011001111000111010101011111001111011010110011101000110 | fad9e3aaf9ed6746 |
EUC-JP | 晳罨?gF | 1000111111000010110001001110011010101100001111110110011101000110 | 8fc2c4e6ac3f6746 |
UTF-8 | 晳罨gF | 1110011010011001101100111110011110111101101010001110111010011101100010000110011101000110 | e699b3e7bda8ee9d886746 |
UHC | 晳??gF | 111000001010111100111111001111110110011101000110 | e0af3f3f6746 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)