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 | ???BF | 0011111100111111001111110100001001000110 | 3f3f3f4246 |
SJIS-WIN | 篩萪BF | 1110001010111111111001001101001011110010110001010100001001000110 | e2bfe4d2f2c54246 |
EUC-JP | 篩萪?BF | 11100100110000011110100011010100001111110100001001000110 | e4c1e8d43f4246 |
UTF-8 | 篩萪BF | 1110011110101111101010011110100010010000101010101110111010000111101111000100001001000110 | e7afa9e890aaee87bc4246 |
UHC | 篩??BF | 110111101110100000111111001111110100001001000110 | dee83f3f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)