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 | 001111111001001010011011001111110111101101100100 | 3f929b3f7b64 |
EUC-JP | ?兆?{d | 001111111100001111111011001111110111101101100100 | 3fc3fb3f7b64 |
UTF-8 | 뤗兆큫{d | 1110101110100100100101111110010110000101100001101110110110000001101010110111101101100100 | eba497e58586ed81ab7b64 |
UHC | 뤗兆큫{d | 1000111111000111111100001011110010110100011110000111101101100100 | 8fc7f0bcb4787b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)