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 | 銖榊炎褂 | 1110011111110001100011011110010110001001100010101110010111100110 | e7f18de5898ae5e6 |
EUC-JP | 銖榊炎褂 | 1110111011110011101110101110011110110001111010101110101011101000 | eef3bae7b1eaeae8 |
UTF-8 | 銖榊炎褂 | 111010011000101010010110111001101010011010001010111001111000001010001110111010001010010010000010 | e98a96e6a68ae7828ee8a482 |
UHC | 銖?炎? | 111000101100011100111111111001101111101000111111 | e2c73fe6fa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)