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 | 茱示捨 | 111001001010001110001110101001101000111011001100 | e4a38ea68ecc |
EUC-JP | 茱示捨 | 111010001010010110111100101010001011110011001110 | e8a5bca8bcce |
UTF-8 | 茱示捨 | 111010001000110010110001111001111010010010111010111001101000110110101000 | e88cb1e7a4bae68da8 |
UHC | 茱示捨 | 111000101011110011100011110001101101111011010111 | e2bce3c6ded7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)