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 | ???{d | 0011111100111111001111110111101101100100 | 3f3f3f7b64 |
SJIS-WIN | 域??{d | 100010001110011000111111001111110111101101100100 | 88e63f3f7b64 |
EUC-JP | 域?˝{d | 1011000011101000001111111000111110100010101100110111101101100100 | b0e83f8fa2b37b64 |
UTF-8 | 域⑴˝{d | 11100101100111111001111111100010100100011011010011001011100111010111101101100100 | e59f9fe291b4cb9d7b64 |
UHC | 域⑴˝{d | 1110011010110100101010011110011110100010101010010111101101100100 | e6b4a9e7a2a97b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)