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 | 夕舌? | 1001011101011011100100001110001100111111 | 975b90e33f |
EUC-JP | 夕舌饍 | 11001101101111001100000011100101100011111110100011101101 | cdbcc0e58fe8ed |
UTF-8 | 夕舌饍 | 111001011010010010010101111010001000100010001100111010011010010110001101 | e5a495e8888ce9a58d |
UHC | 夕舌饍 | 111000001010101011100000110111111110000011010111 | e0aae0dfe0d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)