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 | åe | 1000111011000011100011101010010101100101 | 8ec38ea565 |
| SJIS-WIN | ???¥e | 001111110011111100111111100000011000111101100101 | 3f3f3f818f65 |
| EUC-JP | ?Ã??e | 00111111100011111010101010101010001111110011111101100101 | 3f8faaaa3f3f65 |
| UTF-8 | åe | 110000101000111011000011100000111100001010001110110000101010010101100101 | c28ec383c28ec2a565 |
| UHC | ????e | 0011111100111111001111110011111101100101 | 3f3f3f3f65 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)