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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 啼?????^ | 1001101001100101001111110011111100111111001111110011111101011110 | 9a653f3f3f3f3f5e |
EUC-JP | 啼?????^ | 1101001111000110001111110011111100111111001111110011111101011110 | d3c63f3f3f3f3f5e |
UTF-8 | 啼멸렚렩履렕^ | 11100101100101011011110011101011101010011011100011101011101000001001101011101011101000001010100111101111101001111001111111101011101000001001010101011110 | e595bceba9b8eba09aeba0a9efa79feba0955e |
UHC | 啼멸렚렩履렕^ | 11110000101001101011100011101010100011101010110110001110101101111110110010101010100011101010101001011110 | f0a6b8ea8ead8eb7ecaa8eaa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)