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 | 篁焔郡雖 | 1110001010111001100010011000101110001100010100111110010110101011 | e2b9898b8c53e5ab |
EUC-JP | 篁焔郡雖 | 1110010010111011101100011110101110110111101101001110101010101101 | e4bbb1ebb7b4eaad |
UTF-8 | 篁焔郡雖 | 111001111010111110000001111001111000010010010100111010011000001110100001111010011001101110010110 | e7af81e78494e983a1e99b96 |
UHC | 篁?郡雖 | 11111100110101100011111111001111110110111110001011001100 | fcd63fcfdbe2cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)