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 | ????G | 0011111100111111001111110011111101000111 | 3f3f3f3f47 |
SJIS-WIN | 貎∝ク騎G | 1110011010111101100000011110010110111000100010110101001001000111 | e6bd81e5b88b5247 |
EUC-JP | 貎∝ク騎G | 111011001011111110100010111001111000111010111000101101011011001101000111 | ecbfa2e78eb8b5b347 |
UTF-8 | 貎∝ク騎G | 11101000101100101000111011100010100010001001110111101111101111011011100011101001101010001000111001000111 | e8b28ee2889defbdb8e9a88e47 |
UHC | ?∝?騎G | 00111111101000011111000000111111110100011100100001000111 | 3fa1f03fd1c847 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)