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??EB | 00111111001111110100010100111111001111110100010101000010 | 3f3f453f3f4542 |
SJIS-WIN | 縞?E縞?EB | 100011101100100000111111010001011000111011001000001111110100010101000010 | 8ec83f458ec83f4542 |
EUC-JP | 縞?E縞?EB | 101111001100101000111111010001011011110011001010001111110100010101000010 | bcca3f45bcca3f4542 |
UTF-8 | 縞렫E縞렫EB | 111001111011100010011110111010111010000010101011010001011110011110111000100111101110101110100000101010110100010101000010 | e7b89eeba0ab45e7b89eeba0ab4542 |
UHC | 縞렫E縞렫EB | 1111101111010110100011101011100101000101111110111101011010001110101110010100010101000010 | fbd68eb945fbd68eb94542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)