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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 驩ァ荳タ | 11101001100010011010011111100100101110001000001101011110 | e989a7e4b8835e |
EUC-JP | 驩ァ荳タ | 1111000111101001100011101010011111101000101110101010010110111111 | f1e98ea7e8baa5bf |
UTF-8 | 驩ァ荳タ | 111010011010100110101001111011111011110110100111111010001000110110110011111000111000001010111111 | e9a9a9efbda7e88db3e382bf |
UHC | 驩?荳タ | 11111100101111100011111111010100111001011010101110111111 | fcbe3fd4e5abbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)