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 | ??c^ | 00111111001111110110001101011110 | 3f3f635e |
SJIS-WIN | 辰炭c^ | 100100100100001110010010010110010110001101011110 | 92439259635e |
EUC-JP | 辰炭c^ | 110000111010010011000011101110100110001101011110 | c3a4c3ba635e |
UTF-8 | 辰炭c^ | 1110100010111110101100001110011110000010101011010110001101011110 | e8beb0e782ad635e |
UHC | 辰炭c^ | 111100101110001111110111101010010110001101011110 | f2e3f7a9635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)