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 | ??~ | 001111110011111101111110 | 3f3f7e |
SJIS-WIN | 覓応~ | 1110011001001011100010011001111001111110 | e64b899e7e |
EUC-JP | 覓応~ | 1110101110101100101100011111111001111110 | ebacb1fe7e |
UTF-8 | 覓応~ | 11101000101001101001001111100101101111111001110001111110 | e8a693e5bf9c7e |
UHC | 覓?~ | 11011000111100100011111101111110 | d8f23f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)