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 | ??????{d | 0011111100111111001111110011111100111111001111110111101101100100 | 3f3f3f3f3f3f7b64 |
SJIS-WIN | ???獰??{d | 001111110011111100111111111000001101011000111111001111110111101101100100 | 3f3f3fe0d63f3f7b64 |
EUC-JP | ???獰??{d | 001111110011111100111111111000001101100000111111001111110111101101100100 | 3f3f3fe0d83f3f7b64 |
UTF-8 | 娛뤿젷獰⑵퀋{d | 1110010110101000100110111110101110100100101111111110110010100000101101111110011110001101101100001110001010010001101101011110110110000000100010110111101101100100 | e5a89beba4bfeca0b7e78db0e291b5ed808b7b64 |
UHC | 娛뤿젷獰⑵퀋{d | 1110011111110100100011111110101110100000101010111110011110111110101010011110100010110011100000010111101101100100 | e7f48feba0abe7bea9e8b3817b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)