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 | 揶??泳 | 100111011000100000111111001111111000100101101010 | 9d883f3f896a |
EUC-JP | 揶??泳 | 110110011110100000111111001111111011000111001011 | d9e83f3fb1cb |
UTF-8 | 揶쏅젶泳 | 111001101000111110110110111011001000111110000101111011001010000010110110111001101011001110110011 | e68fb6ec8f85eca0b6e6b3b3 |
UHC | 揶쏅젶泳 | 1110010110101010100110111110101110100000101010101110011110110110 | e5aa9beba0aae7b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)