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 | 寤λ?吟 | 10011011100010001000001111001001001111111000101111100001 | 9b8883c93f8be1 |
EUC-JP | 寤λĿ吟 | 110101011110100010100110110010111000111110101001101010011011011011100011 | d5e8a6cb8fa9a9b6e3 |
UTF-8 | 寤λĿ吟 | 11100101101011111010010011001110101110111100010010111111111001011001000010011111 | e5afa4cebbc4bfe5909f |
UHC | 寤λĿ吟 | 1110011111110101101001011110101110101000101010001110101111100001 | e7f5a5eba8a8ebe1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)