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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 夕馴夕馴^ | 100101110101101110010011111010011001011101011011100100111110100101011110 | 975b93e9975b93e95e |
EUC-JP | 夕馴夕馴^ | 110011011011110011000110111010111100110110111100110001101110101101011110 | cdbcc6ebcdbcc6eb5e |
UTF-8 | 夕馴夕馴^ | 11100101101001001001010111101001101001101011010011100101101001001001010111101001101001101011010001011110 | e5a495e9a6b4e5a495e9a6b45e |
UHC | 夕馴夕馴^ | 111000001010101011100010111110001110000010101010111000101111100001011110 | e0aae2f8e0aae2f85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)