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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鬱?啼?ι | 1001111101010100001111111001101001100101001111111000001111000111 | 9f543f9a653f83c7 |
EUC-JP | 鬱?啼?ι | 1101110110110101001111111101001111000110001111111010011011001001 | ddb53fd3c63fa6c9 |
UTF-8 | 鬱렩啼쟀ι | 1110100110101100101100011110101110100000101010011110010110010101101111001110110010011111100000001100111010111001 | e9acb1eba0a9e595bcec9f80ceb9 |
UHC | 鬱렩啼쟀ι | 11101010101001101000111010110111111100001010011011000000111011101010010111101001 | eaa68eb7f0a6c0eea5e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)