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 | 謫潘??宥 | 1110011010010011111000000100111000111111001111111001011101000111 | e693e04e3f3f9747 |
EUC-JP | 謫潘??宥 | 1110101111110011110111111010111100111111001111111100110110101000 | ebf3dfaf3f3fcda8 |
UTF-8 | 謫潘렟렕宥 | 111010001010110010101011111001101011110110011000111010111010000010011111111010111010000010010101111001011010111010100101 | e8acabe6bd98eba09feba095e5aea5 |
UHC | 謫潘렟렕宥 | 11101110111000111101101011101011100011101011000010001110101010101110101011101001 | eee3daeb8eb08eaaeae9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)