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 | ??????xE | 0011111100111111001111110011111100111111001111110111100001000101 | 3f3f3f3f3f3f7845 |
SJIS-WIN | ??????xE | 0011111100111111001111110011111100111111001111110111100001000101 | 3f3f3f3f3f3f7845 |
EUC-JP | ??????xE | 0011111100111111001111110011111100111111001111110111100001000101 | 3f3f3f3f3f3f7845 |
UTF-8 | 쒔렔쒀롊쒔렍xE | 1110110010010010100101001110101110100000100101001110110010010010100000001110101110100001100010101110110010010010100101001110101110100000100011010111100001000101 | ec9294eba094ec9280eba18aec9294eba08d7845 |
UHC | 쒔렔쒀롊쒔렍xE | 1011111010101101100011101010100110111110101011001000111011010000101111101010110110001110101000110111100001000101 | bead8ea9beac8ed0bead8ea37845 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)