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 | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-WIN | 窰漾窰穉E | 111000100111111011100000010000001110001001111110111000100110111101000101 | e27ee040e27ee26f45 |
EUC-JP | 窰漾窰穉E | 111000111101111111011111101000011110001111011111111000111101000001000101 | e3dfdfa1e3dfe3d045 |
UTF-8 | 窰漾窰穉E | 11100111101010101011000011100110101111001011111011100111101010101011000011100111101010011000100101000101 | e7aab0e6bcbee7aab0e7a98945 |
UHC | ???穉E | 001111110011111100111111111101101100010001000101 | 3f3f3ff6c445 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)