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 | 硝緕ケ屡^ | 1000111111001001111000111000111010111001100011101100011001011110 | 8fc9e38eb98ec65e |
EUC-JP | 硝緕ケ屡^ | 101111101100101111100101111011101000111010111001101111001100100001011110 | becbe5ee8eb9bcc85e |
UTF-8 | 硝緕ケ屡^ | 11100111101000011001110111100111101101111001010111101111101111011011100111100101101100011010000101011110 | e7a19de7b795efbdb9e5b1a15e |
UHC | 硝???^ | 111101011010011000111111001111110011111101011110 | f5a63f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)