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 | ¼Ã^ | 100011101100001010001110101111001000111011000011100011101010110101011110 | 8ec28ebc8ec38ead5e |
| SJIS-WIN | ????????^ | 001111110011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f3f5e |
| EUC-JP | ?Â???Ã??^ | 00111111100011111010101010100100001111110011111100111111100011111010101010101010001111110011111101011110 | 3f8faaa43f3f3f8faaaa3f3f5e |
| UTF-8 | ¼Ã^ | 1100001010001110110000111000001011000010100011101100001010111100110000101000111011000011100000111100001010001110110000101010110101011110 | c28ec382c28ec2bcc28ec383c28ec2ad5e |
| UHC | ???¼???^ | 0011111100111111001111111010100011111001001111110011111100111111101000011010100101011110 | 3f3f3fa8f93f3f3fa1a95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)