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 | 悌畔? | 1001001011101110100101001100100000111111 | 92ee94c83f |
EUC-JP | 悌畔? | 1100010011110000110010001100101000111111 | c4f0c8ca3f |
UTF-8 | 悌畔햐 | 111001101000001010001100111001111001010110010100111011011001011010010000 | e6828ce79594ed9690 |
UHC | 悌畔햐 | 111100001010101011011010111011011100011111100001 | f0aadaedc7e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)