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 | 覈る混膾 | 1110011001001001100000101110100110001101101011001110010001011001 | e64982e98dace459 |
EUC-JP | 覈る混膾 | 1110101110101010101001001110101110111010101011101110011110111010 | ebaaa4ebbaaee7ba |
UTF-8 | 覈る混膾 | 111010001010011010001000111000111000001010001011111001101011011110110111111010001000011010111110 | e8a688e3828be6b7b7e886be |
UHC | ?る混膾 | 00111111101010101110101111111011111010001111110011101100 | 3faaebfbe8fcec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)