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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 巍ロ?吟 | 10011011110110011000001110001101001111111000101111100001 | 9bd9838d3f8be1 |
EUC-JP | 巍ロ?吟 | 11010110110110111010010111101101001111111011011011100011 | d6dba5ed3fb6e3 |
UTF-8 | 巍ロ럺吟 | 111001011011011110001101111000111000001110101101111010111001111110111010111001011001000010011111 | e5b78de383adeb9fbae5909f |
UHC | 巍ロ럺吟 | 1110100011100100101010111110110110001110100110011110101111100001 | e8e4abed8e99ebe1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)