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 | ??M | 001111110011111101001101 | 3f3f4d |
SJIS-WIN | 咫痾M | 1001101001000000111000010111110101001101 | 9a40e17d4d |
EUC-JP | 咫痾M | 1101001110100001111000011101111001001101 | d3a1e1de4d |
UTF-8 | 咫痾M | 11100101100100101010101111100111100101111011111001001101 | e592abe797be4d |
UHC | 咫?M | 11110010101000010011111101001101 | f2a13f4d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)