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 | 宵粹ゥテ^ | 10001111101010101110001011101101101010011100001101011110 | 8faae2eda9c35e |
EUC-JP | 宵粹ゥテ^ | 101111101010110011100100111011111000111010101001100011101100001101011110 | beace4ef8ea98ec35e |
UTF-8 | 宵粹ゥテ^ | 11100101101011101011010111100111101100101011100111101111101111011010100111101111101111101000001101011110 | e5aeb5e7b2b9efbda9efbe835e |
UHC | 宵粹??^ | 11100001101100101110001010110110001111110011111101011110 | e1b2e2b63f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)