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 | ??x | 001111110011111101111000 | 3f3f78 |
SJIS-WIN | 咫痾x | 1001101001000000111000010111110101111000 | 9a40e17d78 |
EUC-JP | 咫痾x | 1101001110100001111000011101111001111000 | d3a1e1de78 |
UTF-8 | 咫痾x | 11100101100100101010101111100111100101111011111001111000 | e592abe797be78 |
UHC | 咫?x | 11110010101000010011111101111000 | f2a13f78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)