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 | 矼ア荳ツ^ | 1110000111100011101100011110010010111000100000110110001101011110 | e1e3b1e4b883635e |
EUC-JP | 矼ア荳ツ^ | 111000101110010110001110101100011110100010111010101001011100010001011110 | e2e58eb1e8baa5c45e |
UTF-8 | 矼ア荳ツ^ | 11100111100111111011110011101111101111011011000111101000100011011011001111100011100000111000010001011110 | e79fbcefbdb1e88db3e383845e |
UHC | ??荳ツ^ | 00111111001111111101010011100101101010111100010001011110 | 3f3fd4e5abc45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)