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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 受△?嗽 | 10001110111100111000000110100010001111111001101001110101 | 8ef381a23f9a75 |
EUC-JP | 受△?嗽 | 10111100111101011010001010100100001111111101001111010110 | bcf5a2a43fd3d6 |
UTF-8 | 受△닽嗽 | 111001011000111110010111111000101001011010110011111010111000101110111101111001011001011110111101 | e58f97e296b3eb8bbde597bd |
UHC | 受△닽嗽 | 1110000111110100101000011110001010001000101010111110000111110101 | e1f4a1e288abe1f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)