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 | ?者餞 | 0011111110001110110100101110100101010011 | 3f8ed2e953 |
EUC-JP | ?者餞 | 0011111110111100110101001111000110110100 | 3fbcd4f1b4 |
UTF-8 | 뤳者餞 | 111010111010010010110011111010001000000010000101111010011010010010011110 | eba4b3e88085e9a49e |
UHC | 뤳者餞 | 100011111110000111101101101110101110111110110110 | 8fe1edbaefb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)