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 | 易??宜? | 10001000110101010011111100111111100010110101100000111111 | 88d53f3f8b583f |
EUC-JP | 易??宜? | 10110000110101110011111100111111101101011011100100111111 | b0d73f3fb5b93f |
UTF-8 | 易뀀벩宜찦 | 111001101001100010010011111010111000000010000000111010111011001010101001111001011010111010011100111011001011000010100110 | e69893eb8080ebb2a9e5ae9cecb0a6 |
UHC | 易뀀벩宜찦 | 11100110101101101011001011101011100100111011111111101011111100011010101001000010 | e6b6b2eb93bfebf1aa42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)