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 | 賻蒔場 | 111001101101000010001110101010101000111111101010 | e6d08eaa8fea |
EUC-JP | 賻蒔場 | 111011001101001010111100101011001011111011101100 | ecd2bcacbeec |
UTF-8 | 賻蒔場 | 111010001011001110111011111010001001001010010100111001011010000010110100 | e8b3bbe89294e5a0b4 |
UHC | 賻蒔場 | 110111011011100011100011110010001110110111011110 | ddb8e3c8edde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)