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 | ????E | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-WIN | ?漢?割E | 00111111100010101011111100111111100010101000010001000101 | 3f8abf3f8a8445 |
EUC-JP | ?漢?割E | 00111111101101001100000100111111101100111110010001000101 | 3fb4c13fb3e445 |
UTF-8 | 뤺漢뤺割E | 11101011101001001011101011100110101111001010001011101011101001001011101011100101100010011011001001000101 | eba4bae6bca2eba4bae589b245 |
UHC | 뤺漢뤺割E | 100011111110100011111001110100111000111111101000111110011101110001000101 | 8fe8f9d38fe8f9dc45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)