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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 骼夜事^ | 11101001100011101001011011101001100011101001011001011110 | e98e96e98e965e |
EUC-JP | 骼夜事^ | 11110001111011101100110011101011101110111111011001011110 | f1eeccebbbf65e |
UTF-8 | 骼夜事^ | 11101001101010101011110011100101101001001001110011100100101110101000101101011110 | e9aabce5a49ce4ba8b5e |
UHC | ?夜事^ | 001111111110010110101000110111101100000001011110 | 3fe5a8dec05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)