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 | 汁?o寃? | 1000111101100000001111111000001010001111100110111000001100111111 | 8f603f828f9b833f |
EUC-JP | 汁?o寃? | 1011110111000001001111111010001111101111110101011110001100111111 | bdc13fa3efd5e33f |
UTF-8 | 汁흐o寃렠 | 111001101011000110000001111011011001110110010000111011111011110110001111111001011010111110000011111010111010000010100000 | e6b181ed9d90efbd8fe5af83eba0a0 |
UHC | 汁흐o寃렠 | 11110001111100001100100011100101101000111110111111101010101100101000111010110001 | f1f0c8e5a3efeab28eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)