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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 艤?淀 | 1110010001111110001111111001011110000100 | e47e3f9784 |
EUC-JP | 艤?淀 | 1110011111011111001111111100110111100100 | e7df3fcde4 |
UTF-8 | 艤렮淀 | 111010001000100110100100111010111010000010101110111001101011011110000000 | e889a4eba0aee6b780 |
UHC | 艤렮淀 | 111010111111101010001110101110111110111111100011 | ebfa8ebbefe3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)