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 | 0011111100111111001111110111110101000010 | 3f3f3f7d42 |
SJIS-WIN | ?領?}B | 001111111001011111001100001111110111110101000010 | 3f97cc3f7d42 |
EUC-JP | ?領?}B | 001111111100111011001110001111110111110101000010 | 3fcece3f7d42 |
UTF-8 | 렺領렓}B | 1110101110100000101110101110100110100000100110001110101110100000100100110111110101000010 | eba0bae9a098eba0937d42 |
UHC | 렺領렓}B | 1000111011000010110101101100010110001110101010000111110101000010 | 8ec2d6c58ea87d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)