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 | ¼Ùä×¼¥ | 101111001101100111100100110101111011110010100101 | bcd9e4d7bca5 |
| SJIS-WIN | ???×?¥ | 0011111100111111001111111000000101111110001111111000000110001111 | 3f3f3f817e3f818f |
| EUC-JP | ?Ùä×?? | 0011111110001111101010101110001110001111101010111010001110100001110111110011111100111111 | 3f8faae38faba3a1df3f3f |
| UTF-8 | ¼Ùä×¼¥ | 110000101011110011000011100110011100001110100100110000111001011111000010101111001100001010100101 | c2bcc399c3a4c397c2bcc2a5 |
| UHC | ¼??×¼? | 101010001111100100111111001111111010000110111111101010001111100100111111 | a8f93f3fa1bfa8f93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)