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 | ???I^ | 0011111100111111001111110100100101011110 | 3f3f3f495e |
SJIS-WIN | 庵??I^ | 100010001100000100111111001111110100100101011110 | 88c13f3f495e |
EUC-JP | 庵??I^ | 101100001100001100111111001111110100100101011110 | b0c33f3f495e |
UTF-8 | 庵뗮뢓I^ | 1110010110111010101101011110101110010111101011101110101110100010100100110100100101011110 | e5bab5eb97aeeba293495e |
UHC | 庵뗮뢓I^ | 1110010011011101100010111110110110001111010011100100100101011110 | e4dd8bed8f4e495e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)