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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?脹礪 | 0011111110010010101011111110000111101000 | 3f92afe1e8 |
EUC-JP | ?脹礪 | 0011111111000100101100011110001011101010 | 3fc4b1e2ea |
UTF-8 | 뤐脹礪 | 111010111010010010010000111010001000010010111001111001111010010010101010 | eba490e884b9e7a4aa |
UHC | 뤐脹礪 | 100011111100000011110011111011001101010111101100 | 8fc0f3ecd5ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)