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 | 00111111001111110011111101000101 | 3f3f3f45 |
SJIS-WIN | ???E | 00111111001111110011111101000101 | 3f3f3f45 |
EUC-JP | ??縕E | 001111110011111110001111110101001100001001000101 | 3f3f8fd4c245 |
UTF-8 | 솥솽縕E | 11101100100001101010010111101100100001101011110111100111101110001001010101000101 | ec86a5ec86bde7b89545 |
UHC | 솥솽縕E | 10111100110111001011110011100001111010001011001001000101 | bcdcbce1e8b245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)