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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | ?嚮勾F | 001111111001101010001100100011001111100101000110 | 3f9a8c8cf946 |
EUC-JP | ?嚮勾F | 001111111101001111101100101110001111101101000110 | 3fd3ecb8fb46 |
UTF-8 | 뤳嚮勾F | 11101011101001001011001111100101100110101010111011100101100010111011111001000110 | eba4b3e59aaee58bbe46 |
UHC | 뤳嚮勾F | 10001111111000011111101010111111110011101111111001000110 | 8fe1fabfcefe46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)