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 | 00111111001111110011111100111111001111110111101101100100 | 3f3f3f3f3f7b64 |
SJIS-WIN | ????掠{d | 0011111100111111001111110011111110010111101010010111101101100100 | 3f3f3f3f97a97b64 |
EUC-JP | ????掠{d | 0011111100111111001111110011111111001110101010110111101101100100 | 3f3f3f3fceab7b64 |
UTF-8 | 렻렗렺꼼掠{d | 1110101110100000101110111110101110100000100101111110101110100000101110101110101010111100101111001110011010001110101000000111101101100100 | eba0bbeba097eba0baeabcbce68ea07b64 |
UHC | 렻렗렺꼼掠{d | 100011101100001110001110101011001000111011000010101100101100010011010101110100110111101101100100 | 8ec38eac8ec2b2c4d5d37b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)