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 | ?謙領?? | 00111111100011001010101010010111110011000011111100111111 | 3f8caa97cc3f3f |
EUC-JP | ?謙領?? | 00111111101110001010110011001110110011100011111100111111 | 3fb8accece3f3f |
UTF-8 | 렻謙領봬렖 | 111010111010000010111011111010001010110010011001111010011010000010011000111010111011010010101100111010111010000010010110 | eba0bbe8ac99e9a098ebb4aceba096 |
UHC | 렻謙領봬렖 | 10001110110000111100110011000101110101101100010110111010110001001000111010101011 | 8ec3ccc5d6c5bac48eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)