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 | 寤λ?吟? | 1001101110001000100000111100100100111111100010111110000100111111 | 9b8883c93f8be13f |
EUC-JP | 寤λĿ吟? | 11010101111010001010011011001011100011111010100110101001101101101110001100111111 | d5e8a6cb8fa9a9b6e33f |
UTF-8 | 寤λĿ吟드 | 11100101101011111010010011001110101110111100010010111111111001011001000010011111111010111001001110011100 | e5afa4cebbc4bfe5909feb939c |
UHC | 寤λĿ吟드 | 11100111111101011010010111101011101010001010100011101011111000011011010111100101 | e7f5a5eba8a8ebe1b5e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)