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 | 霍ソ遞ソ^ | 11101000101101111011111111100111101010001011111101011110 | e8b7bfe7a8bf5e |
EUC-JP | 霍ソ遞ソ^ | 111100001011100110001110101111111110111010101010100011101011111101011110 | f0b98ebfeeaa8ebf5e |
UTF-8 | 霍ソ遞ソ^ | 11101001100111001000110111101111101111011011111111101001100000011001111011101111101111011011111101011110 | e99c8defbdbfe9819eefbdbf5e |
UHC | ??遞?^ | 001111110011111111110100111101100011111101011110 | 3f3ff4f63f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)