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 | 迥定舶辷 | 1110011110001010100100101110100010010100100101011110011110001000 | e78a92e89495e788 |
EUC-JP | 迥定舶辷 | 1110110111101010110001001110101011000111111101011110110111101000 | edeac4eac7f5ede8 |
UTF-8 | 迥定舶辷 | 111010001011111110100101111001011010111010011010111010001000100010110110111010001011111010110111 | e8bfa5e5ae9ae888b6e8beb7 |
UHC | ?定舶? | 001111111110111111010010110110101101110000111111 | 3fefd2dadc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)