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 | ¼Ï¼Ý¼Õ¼Á | 1011110011001111101111001101110110111100110101011011110011000001 | bccfbcddbcd5bcc1 |
| SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
| EUC-JP | ?Ï?Ý?Õ?Á | 00111111100011111010101011000001001111111000111110101010111100100011111110001111101010101101100000111111100011111010101010100001 | 3f8faac13f8faaf23f8faad83f8faaa1 |
| UTF-8 | ¼Ï¼Ý¼Õ¼Á | 11000010101111001100001110001111110000101011110011000011100111011100001010111100110000111001010111000010101111001100001110000001 | c2bcc38fc2bcc39dc2bcc395c2bcc381 |
| UHC | ¼?¼?¼?¼? | 101010001111100100111111101010001111100100111111101010001111100100111111101010001111100100111111 | a8f93fa8f93fa8f93fa8f93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)