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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 貅尖ィェ | 111001101011101010010000111010111010100010101010 | e6ba90eba8aa |
EUC-JP | 貅尖ィェ | 1110110010111100110000001110110110001110101010001000111010101010 | ecbcc0ed8ea88eaa |
UTF-8 | 貅尖ィェ | 111010001011001010000101111001011011000010010110111011111011110110101000111011111011110110101010 | e8b285e5b096efbda8efbdaa |
UHC | ?尖?? | 0011111111110100110100110011111100111111 | 3ff4d33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)