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????? | 0011111100111111010001010011111100111111001111110011111100111111 | 3f3f453f3f3f3f3f |
| SJIS-WIN | ??E????? | 0011111100111111010001010011111100111111001111110011111100111111 | 3f3f453f3f3f3f3f |
| EUC-JP | ??E????? | 0011111100111111010001010011111100111111001111110011111100111111 | 3f3f453f3f3f3f3f |
| UTF-8 | 렻렮E렺旽렒렺렟 | 11101011101000001011101111101011101000001010111001000101111010111010000010111010111001101001011110111101111010111010000010010010111010111010000010111010111010111010000010011111 | eba0bbeba0ae45eba0bae697bdeba092eba0baeba09f |
| UHC | 렻렮E렺旽렒렺렟 | 100011101100001110001110101110110100010110001110110000101101010011000101100011101010011110001110110000101000111010110000 | 8ec38ebb458ec2d4c58ea78ec28eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)