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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 惜厓 | 10010000110010011111101010001101 | 90c9fa8d |
EUC-JP | 惜厓 | 1100000011001011100011111011010011000111 | c0cb8fb4c7 |
UTF-8 | 惜厓 | 111001101000001110011100111001011000111010010011 | e6839ce58e93 |
UHC | 惜厓 | 11100000101011011110010011101101 | e0ade4ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)