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 | 悌勃廬 | 100100101110111010010110011101011001110001001001 | 92ee96759c49 |
EUC-JP | 悌勃廬 | 110001001111000011001011110101101101011110101010 | c4f0cbd6d7aa |
UTF-8 | 悌勃廬 | 111001101000001010001100111001011000101110000011111001011011101110101100 | e6828ce58b83e5bbac |
UHC | 悌勃廬 | 111100001010101011011010111110101101010111100110 | f0aadafad5e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)