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 | 隰晞が^ | 11101000101011001001110111101001100000101010101001011110 | e8ac9de982aa5e |
EUC-JP | 隰晞が^ | 11110000101011101101101011101011101001001010110001011110 | f0aedaeba4ac5e |
UTF-8 | 隰晞が^ | 11101001100110101011000011100110100110011001111011100011100000011000110001011110 | e99ab0e6999ee3818c5e |
UHC | ?晞が^ | 001111111111110111110101101010101010110001011110 | 3ffdf5aaac5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)