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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?似領?? | 00111111100011101001011110010111110011000011111100111111 | 3f8e9797cc3f3f |
EUC-JP | ?似領?? | 00111111101110111111011111001110110011100011111100111111 | 3fbbf7cece3f3f |
UTF-8 | 렺似領렋렻 | 111010111010000010111010111001001011110010111100111010011010000010011000111010111010000010001011111010111010000010111011 | eba0bae4bcbce9a098eba08beba0bb |
UHC | 렺似領렋렻 | 10001110110000101101111011000100110101101100010110001110101000101000111011000011 | 8ec2dec4d6c58ea28ec3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)