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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??以? | 0011111100111111100010001100100000111111 | 3f3f88c83f |
EUC-JP | 沅?以? | 10001111110001101110100100111111101100001100101000111111 | 8fc6e93fb0ca3f |
UTF-8 | 沅렒以렟 | 111001101011001010000101111010111010000010010010111001001011101110100101111010111010000010011111 | e6b285eba092e4bba5eba09f |
UHC | 沅렒以렟 | 1110101010110110100011101010011111101100101001001000111010110000 | eab68ea7eca48eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)