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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 貶愈}貶愈{^ | 1110011011001000100101101111101001111101111001101100100010010110111110100111101101011110 | e6c896fa7de6c896fa7b5e |
EUC-JP | 貶愈}貶愈{^ | 1110110011001010110011001111110001111101111011001100101011001100111111000111101101011110 | eccaccfc7deccaccfc7b5e |
UTF-8 | 貶愈}貶愈{^ | 111010001011001010110110111001101000010010001000011111011110100010110010101101101110011010000100100010000111101101011110 | e8b2b6e684887de8b2b6e684887b5e |
UHC | 貶愈}貶愈{^ | 1111100010111111111010101110111101111101111110001011111111101010111011110111101101011110 | f8bfeaef7df8bfeaef7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)