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 | 堊???ル?^ | 100110101011111100111111001111110011111110000011100010110011111101011110 | 9abf3f3f3f838b3f5e |
EUC-JP | 堊???ル?^ | 110101001100000100111111001111110011111110100101111010110011111101011110 | d4c13f3f3fa5eb3f5e |
UTF-8 | 堊묐젪曆ル젪^ | 11100101101000001000101011101011101011001001000011101100101000001010101011101111101001101000101111100011100000111010101111101100101000001010101001011110 | e5a08aebac90eca0aaefa68be383abeca0aa5e |
UHC | 堊묐젪曆ル젪^ | 11100100101111101001000111101011101000001010001011100110101101111010101111101011101000001010001001011110 | e4be91eba0a2e6b7abeba0a25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)