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 | ??h??h | 001111110011111101101000001111110011111101101000 | 3f3f683f3f68 |
SJIS-WIN | 偲而h偲而h | 10001110110000111000111010100111011010001000111011000011100011101010011101101000 | 8ec38ea7688ec38ea768 |
EUC-JP | 偲而h偲而h | 10111100110001011011110010101001011010001011110011000101101111001010100101101000 | bcc5bca968bcc5bca968 |
UTF-8 | 偲而h偲而h | 1110010110000001101100101110100010000000100011000110100011100101100000011011001011101000100000001000110001101000 | e581b2e8808c68e581b2e8808c68 |
UHC | ?而h?而h | 0011111111101100101110110110100000111111111011001011101101101000 | 3fecbb683fecbb68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)