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 | 00111111001111110011111101000111 | 3f3f3f47 |
SJIS-WIN | 谷楔渫G | 10010010010010101001111010110110100111111101011001000111 | 924a9eb69fd647 |
EUC-JP | 谷楔渫G | 11000011101010111101110010111000110111101101100001000111 | c3abdcb8ded847 |
UTF-8 | 谷楔渫G | 11101000101100001011011111100110101001011001010011100110101110001010101101000111 | e8b0b7e6a594e6b8ab47 |
UHC | 谷楔渫G | 11001101110110111110000011011011111000001101111001000111 | cddbe0dbe0de47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)