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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 裘∵п^ | 11100101111000101000000111100110100001001000000101011110 | e5e281e684815e |
EUC-JP | 裘∵п^ | 11101010111001001010001011101000101001111110000101011110 | eae4a2e8a7e15e |
UTF-8 | 裘∵п^ | 111010001010001110011000111000101000100010110101110100001011111101011110 | e8a398e288b5d0bf5e |
UHC | ?∵п^ | 001111111010000111110001101011001110000101011110 | 3fa1f1ace15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)