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 | 111110111010100110011111010110011111101110101001100111110110001001000101 | fba99f59fba99f6245 |
EUC-JP | ?欹?歟E | 00111111110111011011101000111111110111011100001101000101 | 3fddba3fddc345 |
UTF-8 | 諸欹諸歟E | 11101111101010001010001011100110101011001011100111101111101010001010001011100110101011011001111101000101 | efa8a2e6acb9efa8a2e6ad9f45 |
UHC | ???歟E | 001111110011111100111111111001101010001001000101 | 3f3f3fe6a245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)