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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 鞜疲椙^ | 11101000110111111001010011100110100100001001101001011110 | e8df94e6909a5e |
EUC-JP | 鞜疲椙^ | 11110000111000011100100011101000101111111111101001011110 | f0e1c8e8bffa5e |
UTF-8 | 鞜疲椙^ | 11101001100111101001110011100111100101101011001011100110101001001001100101011110 | e99e9ce796b2e6a4995e |
UHC | ?疲?^ | 0011111111111001101010100011111101011110 | 3ff9aa3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)