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 | ¼§¼Ù^F | 101111001010011110111100110110010101111001000110 | bca7bcd95e46 |
SJIS-WIN | ?§??^F | 00111111100000011001100000111111001111110101111001000110 | 3f81983f3f5e46 |
EUC-JP | ?§?Ù^F | 001111111010000111111000001111111000111110101010111000110101111001000110 | 3fa1f83f8faae35e46 |
UTF-8 | ¼§¼Ù^F | 11000010101111001100001010100111110000101011110011000011100110010101111001000110 | c2bcc2a7c2bcc3995e46 |
UHC | ¼§¼?^F | 101010001111100110100001110101111010100011111001001111110101111001000110 | a8f9a1d7a8f93f5e46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)