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 | ?Y????B | 00111111010110010011111100111111001111110011111101000010 | 3f593f3f3f3f42 |
SJIS-WIN | 哭Y痾哺喊鞦B | 100110100100110001011001111000010111110110011010010011011001101001011110111010001110000101000010 | 9a4c59e17d9a4d9a5ee8e142 |
EUC-JP | 哭Y痾哺喊鞦B | 110100111010110101011001111000011101111011010011101011101101001110111111111100001110001101000010 | d3ad59e1ded3aed3bff0e342 |
UTF-8 | 哭Y痾哺喊鞦B | 1110010110010011101011010101100111100111100101111011111011100101100100111011101011100101100101101000101011101001100111101010011001000010 | e593ad59e797bee593bae5968ae99ea642 |
UHC | 哭Y?哺喊?B | 11001101110101100101100100111111111110001101010011111001111000100011111101000010 | cdd6593ff8d4f9e23f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)