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 | ¸Ñ\}¸Ñ\{^ | 101110001101000101011100011111011011100011010001010111000111101101011110 | b8d15c7db8d15c7b5e |
SJIS-WIN | ??\}??\{^ | 001111110011111101011100011111010011111100111111010111000111101101011110 | 3f3f5c7d3f3f5c7b5e |
EUC-JP | ¸Ñ\}¸Ñ\{^ | 1000111110100010101100011000111110101010110100000101110001111101100011111010001010110001100011111010101011010000010111000111101101011110 | 8fa2b18faad05c7d8fa2b18faad05c7b5e |
UTF-8 | ¸Ñ\}¸Ñ\{^ | 11000010101110001100001110010001010111000111110111000010101110001100001110010001010111000111101101011110 | c2b8c3915c7dc2b8c3915c7b5e |
UHC | ¸?\}¸?\{^ | 1010001010101100001111110101110001111101101000101010110000111111010111000111101101011110 | a2ac3f5c7da2ac3f5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)