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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | テ氾嘉偲ェ | 1100001110010100110000111000100111000011100011101100001110101010 | c394c389c38ec3aa |
EUC-JP | テ氾嘉偲ェ | 10001110110000111100100011000101101100101100010110111100110001011000111010101010 | 8ec3c8c5b2c5bcc58eaa |
UTF-8 | テ氾嘉偲ェ | 111011111011111010000011111001101011000010111110111001011001100010001001111001011000000110110010111011111011110110101010 | efbe83e6b0bee59889e581b2efbdaa |
UHC | ?氾嘉?? | 00111111110110111111000011001010101010010011111100111111 | 3fdbf0caa93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)