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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 愿??汝?瘟 | 100111001100001100111111001111111001001111110000001111111110000110001001 | 9cc33f3f93f03fe189 |
EUC-JP | 愿??汝?瘟 | 110110001100010100111111001111111100011011110010001111111110000111101001 | d8c53f3fc6f23fe1e9 |
UTF-8 | 愿묐줇汝콯瘟 | 111001101000010010111111111010111010110010010000111011001010010010000111111001101011000110011101111011001011110110101111111001111001100010011111 | e684bfebac90eca487e6b19decbdafe7989f |
UHC | 愿묐줇汝콯瘟 | 111010101011010010010001111010111010000110011011111001101010001110110010010000111110100010110000 | eab491eba19be6a3b243e8b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)