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 | 銹炎銹? | 11100111111101101000100110001010111001111111011000111111 | e7f6898ae7f63f |
EUC-JP | 銹炎銹? | 11101110111110001011000111101010111011101111100000111111 | eef8b1eaeef83f |
UTF-8 | 銹炎銹撚 | 111010011000101010111001111001111000001010001110111010011000101010111001111011111010011010010001 | e98ab9e7828ee98ab9efa691 |
UHC | 銹炎銹撚 | 1110001011001000111001101111101011100010110010001110011011001010 | e2c8e6fae2c8e6ca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)