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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???痍? | 001111110011111100111111111000010111011100111111 | 3f3f3fe1773f |
EUC-JP | ???痍? | 001111110011111100111111111000011101100000111111 | 3f3f3fe1d83f |
UTF-8 | 琉욕뫜痍뢆 | 111011111010011110001100111011001001101010010101111010111010101110011100111001111001011110001101111010111010001010000110 | efa78cec9a95ebab9ce7978deba286 |
UHC | 琉욕뫜痍뢆 | 11101011101001001011111111100101100100011011110011101100101101111000111101000010 | eba4bfe591bcecb78f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)