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 | 寤λ?匂 | 10011011100010001000001111001001001111111001001111110101 | 9b8883c93f93f5 |
EUC-JP | 寤λŁ匂 | 110101011110100010100110110010111000111110101001101010001100011011110111 | d5e8a6cb8fa9a8c6f7 |
UTF-8 | 寤λŁ匂 | 11100101101011111010010011001110101110111100010110000001111001011000110010000010 | e5afa4cebbc581e58c82 |
UHC | 寤λŁ? | 11100111111101011010010111101011101010001010100100111111 | e7f5a5eba8a93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)