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 | òñ¼«e^ | 111100101111000110111100101010110110010101011110 | f2f1bcab655e |
SJIS-WIN | ????e^ | 001111110011111100111111001111110110010101011110 | 3f3f3f3f655e |
EUC-JP | òñ??e^ | 10001111101010111101001010001111101010111101000000111111001111110110010101011110 | 8fabd28fabd03f3f655e |
UTF-8 | òñ¼«e^ | 11000011101100101100001110110001110000101011110011000010101010110110010101011110 | c3b2c3b1c2bcc2ab655e |
UHC | ??¼?e^ | 00111111001111111010100011111001001111110110010101011110 | 3f3fa8f93f655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)