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 | 銹ゎ唱 | 111001111111011010000010111011001000111110100101 | e7f682ec8fa5 |
EUC-JP | 銹ゎ唱 | 111011101111100010100100111011101011111010100111 | eef8a4eebea7 |
UTF-8 | 銹ゎ唱 | 111010011000101010111001111000111000001010001110111001011001010010110001 | e98ab9e3828ee594b1 |
UHC | 銹ゎ唱 | 111000101100100010101010111011101111001111011101 | e2c8aaeef3dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)