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^ | 100011101011000110001110101010110110001101011110 | 8eb18eab635e |
EUC-JP | 竺辞c^ | 101111001011001110111100101011010110001101011110 | bcb3bcad635e |
UTF-8 | 竺辞c^ | 1110011110101011101110101110100010111110100111100110001101011110 | e7abbae8be9e635e |
UHC | 竺?c^ | 1111010111100111001111110110001101011110 | f5e73f635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)