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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 譖懋ケ作姦^ | 11100110100110111001110011101010101110011000110111101100100010101010110101011110 | e69b9ceab98dec8aad5e |
EUC-JP | 譖懋ケ作姦^ | 1110101111111011110110001110110010001110101110011011101011101110101101001010111101011110 | ebfbd8ec8eb9baeeb4af5e |
UTF-8 | 譖懋ケ作姦^ | 11101000101011011001011011100110100001111000101111101111101111011011100111100100101111011001110011100101101001111010011001011110 | e8ad96e6878befbdb9e4bd9ce5a7a65e |
UHC | ?懋?作姦^ | 001111111101100111100101001111111110110111000010110010101100110101011110 | 3fd9e53fedc2cacd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)