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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 咫哺盖 | 100110100100000010011010010011011110000110110011 | 9a409a4de1b3 |
EUC-JP | 咫哺盖 | 110100111010000111010011101011101110001010110101 | d3a1d3aee2b5 |
UTF-8 | 咫哺盖 | 111001011001001010101011111001011001001110111010111001111001101110010110 | e592abe593bae79b96 |
UHC | 咫哺盖 | 111100101010000111111000110101001100101111001100 | f2a1f8d4cbcc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)