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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ?雇?雇B | 00111111100011001101100100111111100011001101100101000010 | 3f8cd93f8cd942 |
EUC-JP | ?雇?雇B | 00111111101110001101101100111111101110001101101101000010 | 3fb8db3fb8db42 |
UTF-8 | 렺雇렺雇B | 11101011101000001011101011101001100110111000011111101011101000001011101011101001100110111000011101000010 | eba0bae99b87eba0bae99b8742 |
UHC | 렺雇렺雇B | 100011101100001011001101110100101000111011000010110011011101001001000010 | 8ec2cdd28ec2cdd242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)