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 | ?????c] | 00111111001111110011111100111111001111110110001101011101 | 3f3f3f3f3f635d |
SJIS-WIN | ?????c] | 00111111001111110011111100111111001111110110001101011101 | 3f3f3f3f3f635d |
EUC-JP | ?????c] | 00111111001111110011111100111111001111110110001101011101 | 3f3f3f3f3f635d |
UTF-8 | 혧횉횕쩌짱c] | 1110110110011000101001111110110110011010100010011110110110011010100101011110110010101001100011001110110010100111101100010110001101011101 | ed98a7ed9a89ed9a95eca98ceca7b1635d |
UHC | 혧횉횕쩌짱c] | 110000101000111111000011100001111100001110001111110000101011110011000010101011110110001101011101 | c28fc387c38fc2bcc2af635d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)