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 | ?鴨洩^ | 001111111000101010011011100010010110101101011110 | 3f8a9b896b5e |
EUC-JP | ?鴨洩^ | 001111111011001111111011101100011100110001011110 | 3fb3fbb1cc5e |
UTF-8 | 卨鴨洩^ | 11100101100011011010100011101001101101001010100011100110101101001010100101011110 | e58da8e9b4a8e6b4a95e |
UHC | 卨鴨洩^ | 11100000110110011110010011100101111000001101110101011110 | e0d9e4e5e0dd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)