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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | ?爵?B | 0011111110001110110111010011111101000010 | 3f8edd3f42 |
EUC-JP | ?爵?B | 0011111110111100110111110011111101000010 | 3fbcdf3f42 |
UTF-8 | 뤳爵끗B | 11101011101001001011001111100111100010001011010111101011100000011001011101000010 | eba4b3e788b5eb819742 |
UHC | 뤳爵끗B | 10001111111000011110110111001001101100101111110101000010 | 8fe1edc9b2fd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)