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 | 迸ウ遲ャ^ | 11100111100111101011001111100111101011011010110001011110 | e79eb3e7adac5e |
EUC-JP | 迸ウ遲ャ^ | 111011011111111010001110101100111110111010101111100011101010110001011110 | edfe8eb3eeaf8eac5e |
UTF-8 | 迸ウ遲ャ^ | 11101000101111111011100011101111101111011011001111101001100000011011001011101111101111011010110001011110 | e8bfb8efbdb3e981b2efbdac5e |
UHC | ??遲?^ | 001111110011111111110010110000000011111101011110 | 3f3ff2c03f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)