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 | 跟嶬跟嶬^ | 111001101110111010011011110100101110011011101110100110111101001001011110 | e6ee9bd2e6ee9bd25e |
EUC-JP | 跟嶬跟嶬^ | 111011001111000011010110110101001110110011110000110101101101010001011110 | ecf0d6d4ecf0d6d45e |
UTF-8 | 跟嶬跟嶬^ | 11101000101101111001111111100101101101101010110011101000101101111001111111100101101101101010110001011110 | e8b79fe5b6ace8b79fe5b6ac5e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)