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 | ??[}??[{^ | 001111110011111101011011011111010011111100111111010110110111101101011110 | 3f3f5b7d3f3f5b7b5e |
SJIS-WIN | 魯?[}魯?[{^ | 1001100001000100001111110101101101111101100110000100010000111111010110110111101101011110 | 98443f5b7d98443f5b7b5e |
EUC-JP | 魯?[}魯?[{^ | 1100111110100101001111110101101101111101110011111010010100111111010110110111101101011110 | cfa53f5b7dcfa53f5b7b5e |
UTF-8 | 魯짼[}魯짼[{^ | 1110100110101101101011111110110010100111101111000101101101111101111010011010110110101111111011001010011110111100010110110111101101011110 | e9adafeca7bc5b7de9adafeca7bc5b7b5e |
UHC | 魯짼[}魯짼[{^ | 11010110110110111100001010110010010110110111110111010110110110111100001010110010010110110111101101011110 | d6dbc2b25b7dd6dbc2b25b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)