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 | ????~ | 0011111100111111001111110011111101111110 | 3f3f3f3f7e |
SJIS-WIN | 偲ニナ磁~ | 10001110110000111100011011000101100011101010010101111110 | 8ec3c6c58ea57e |
EUC-JP | 偲ニナ磁~ | 101111001100010110001110110001101000111011000101101111001010011101111110 | bcc58ec68ec5bca77e |
UTF-8 | 偲ニナ磁~ | 11100101100000011011001011101111101111101000011011101111101111101000010111100111101000111000000101111110 | e581b2efbe86efbe85e7a3817e |
UHC | ???磁~ | 001111110011111100111111111011011011100001111110 | 3f3f3fedb87e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)