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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????愆 | 001111110011111100111111001111111001110010110010 | 3f3f3f3f9cb2 |
EUC-JP | ????愆 | 001111110011111100111111001111111101100010110100 | 3f3f3f3fd8b4 |
UTF-8 | 뤚쳩숌퓦愆 | 111010111010010010011010111011001011001110101001111011001000100010001100111011011001001110100110111001101000010010000110 | eba49aecb3a9ec888ced93a6e68486 |
UHC | 뤚쳩숌퓦愆 | 10001111110010011010101110001110101111001111001010111111100011111100101111110000 | 8fc9ab8ebcf2bf8fcbf0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)