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^ | 101111001101000110111100110000100110010101011110 | bcd1bcc2655e |
SJIS-WIN | ????e^ | 001111110011111100111111001111110110010101011110 | 3f3f3f3f655e |
EUC-JP | ?Ñ?Âe^ | 00111111100011111010101011010000001111111000111110101010101001000110010101011110 | 3f8faad03f8faaa4655e |
UTF-8 | ¼Ñ¼Âe^ | 11000010101111001100001110010001110000101011110011000011100000100110010101011110 | c2bcc391c2bcc382655e |
UHC | ¼?¼?e^ | 1010100011111001001111111010100011111001001111110110010101011110 | a8f93fa8f93f655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)