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 | 001111111001001111010110001111110111101101100100 | 3f93d63f7b64 |
EUC-JP | ?敦?{d | 001111111100011011011000001111110111101101100100 | 3fc6d83f7b64 |
UTF-8 | 렺敦렭{d | 1110101110100000101110101110011010010101101001101110101110100000101011010111101101100100 | eba0bae695a6eba0ad7b64 |
UHC | 렺敦렭{d | 1000111011000010110101001100010010001110101110100111101101100100 | 8ec2d4c48eba7b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)