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 | ¼Å¼Å¼³ | 1011110011000101100011101011110010001110110001011011110010110011 | bcc58ebc8ec5bcb3 |
| SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
| EUC-JP | ?Å???Å?? | 001111111000111110101010101010010011111100111111001111111000111110101010101010010011111100111111 | 3f8faaa93f3f3f8faaa93f3f |
| UTF-8 | ¼Å¼Å¼³ | 11000010101111001100001110000101110000101000111011000010101111001100001010001110110000111000010111000010101111001100001010110011 | c2bcc385c28ec2bcc28ec385c2bcc2b3 |
| UHC | ¼??¼??¼³ | 101010001111100100111111001111111010100011111001001111110011111110101000111110011010100111111000 | a8f93f3fa8f93f3fa8f9a9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)