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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 跫樒償^ | 11100110111011011001111011100111100011111001111001011110 | e6ed9ee78f9e5e |
EUC-JP | 跫樒償^ | 11101100111011111101110011101001101111011111111001011110 | ecefdce9bdfe5e |
UTF-8 | 跫樒償^ | 11101000101101111010101111100110101010001001001011100101100001001001111101011110 | e8b7abe6a892e5849f5e |
UHC | ??償^ | 0011111100111111110111111100000101011110 | 3f3fdfc15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)