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 | ¾©¾¬Ñ^ | 101111101010110110001110101010011011111010101100100011101101000101011110 | bead8ea9beac8ed15e |
| SJIS-WIN | ?????¬??^ | 00111111001111110011111100111111001111111000000111001010001111110011111101011110 | 3f3f3f3f3f81ca3f3f5e |
| EUC-JP | ???©?¬?Ñ^ | 0011111100111111001111111000111110100010111011010011111110100010110011000011111110001111101010101101000001011110 | 3f3f3f8fa2ed3fa2cc3f8faad05e |
| UTF-8 | ¾©¾¬Ñ^ | 1100001010111110110000101010110111000010100011101100001010101001110000101011111011000010101011001100001010001110110000111001000101011110 | c2bec2adc28ec2a9c2bec2acc28ec3915e |
| UHC | ¾??¾???^ | 101010001111101010100001101010010011111100111111101010001111101000111111001111110011111101011110 | a8faa1a93f3fa8fa3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)