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 | ???功? | 001111110011111100111111100011001111011100111111 | 3f3f3f8cf73f |
EUC-JP | ???功ʼn | 0011111100111111001111111011100011111001100011111010100111001010 | 3f3f3fb8f98fa9ca |
UTF-8 | 룶웡룴功ʼn | 1110101110100011101101101110110010011011101000011110101110100011101101001110010110001010100111111100010110001001 | eba3b6ec9ba1eba3b4e58a9fc589 |
UHC | 룶웡룴功ʼn | 10001111101010111011111111111101100011111010100111001101111011011010100110110000 | 8fabbffd8fa9cdeda9b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)