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 | 繹?С冶 | 11100011100010000011111110000100010100101001011011101000 | e3883f845296e8 |
EUC-JP | 繹?С冶 | 11100101111010000011111110100111101100111100110011101010 | e5e83fa7b3ccea |
UTF-8 | 繹썹С冶 | 1110011110111001101110011110110010001101101110011101000010100001111001011000011010110110 | e7b9b9ec8db9d0a1e586b6 |
UHC | 繹썹С冶 | 1110011010111010101111011110011110101100101100111110010110100111 | e6babde7acb3e5a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)