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??~ | 001111110011111101101000001111110011111101111110 | 3f3f683f3f7e |
SJIS-WIN | 偲而h偲蒔~ | 10001110110000111000111010100111011010001000111011000011100011101010101001111110 | 8ec38ea7688ec38eaa7e |
EUC-JP | 偲而h偲蒔~ | 10111100110001011011110010101001011010001011110011000101101111001010110001111110 | bcc5bca968bcc5bcac7e |
UTF-8 | 偲而h偲蒔~ | 1110010110000001101100101110100010000000100011000110100011100101100000011011001011101000100100101001010001111110 | e581b2e8808c68e581b2e892947e |
UHC | ?而h?蒔~ | 0011111111101100101110110110100000111111111000111100100001111110 | 3fecbb683fe3c87e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)