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 | 蜊作о | 111001011000110110001101111011001000010010000000 | e58d8dec8480 |
EUC-JP | 蜊作о | 111010011110110110111010111011101010011111100000 | e9edbaeea7e0 |
UTF-8 | 蜊作о | 1110100010011100100010101110010010111101100111001101000010111110 | e89c8ae4bd9cd0be |
UHC | ?作о | 0011111111101101110000101010110011100000 | 3fedc2ace0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)