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 | ????G | 0011111100111111001111110011111101000111 | 3f3f3f3f47 |
SJIS-WIN | 逑擾ァォG | 11100111100100111000111111101111101001111010101101000111 | e7938fefa7ab47 |
EUC-JP | 逑擾ァォG | 111011011111001110111110111100011000111010100111100011101010101101000111 | edf3bef18ea78eab47 |
UTF-8 | 逑擾ァォG | 11101001100000001001000111100110100100111011111011101111101111011010011111101111101111011010101101000111 | e98091e693beefbda7efbdab47 |
UHC | 逑擾??G | 11001111110001111110100011110110001111110011111101000111 | cfc7e8f63f3f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)