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 | 10111000111001100101100110111000111001100110001001000101 | b8e659b8e66245 |
EUC-JP | ク觝ク訝E | 100011101011100011101011101110101000111010111000111010111100001101000101 | 8eb8ebba8eb8ebc345 |
UTF-8 | ク觝ク訝E | 11101111101111011011100011101000101001111001110111101111101111011011100011101000101010001001110101000101 | efbdb8e8a79defbdb8e8a89d45 |
UHC | ???訝E | 001111110011111100111111111001001011100001000101 | 3f3f3fe4b845 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)