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 | 穩??敖? | 11100010011100100011111100111111100111011100001000111111 | e2723f3f9dc23f |
EUC-JP | 穩??敖? | 11100011110100110011111100111111110110101100010000111111 | e3d33f3fdac43f |
UTF-8 | 穩멩궆敖ㅸ | 111001111010100110101001111010111010100110101001111010101011011010000110111001101001010110010110111000111000010110111000 | e7a9a9eba9a9eab686e69596e385b8 |
UHC | 穩멩궆敖ㅸ | 11101000101100011011100011100110100000101001111111100111111110011010010011101000 | e8b1b8e6829fe7f9a4e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)