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 | 奪存促^ | 10010010010001001001000110110110100100011010001101011110 | 924491b691a35e |
EUC-JP | 奪存促^ | 11000011101001011100001010111000110000101010010101011110 | c3a5c2b8c2a55e |
UTF-8 | 奪存促^ | 11100101101001011010101011100101101011011001100011100100101111111000001101011110 | e5a5aae5ad98e4bf835e |
UHC | 奪存促^ | 11110111101011001111000011101101111101011011010101011110 | f7acf0edf5b55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)