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 | 恁?紆?楢 | 1001110010001100001111111110001011111100001111111001001111101000 | 9c8c3fe2fc3f93e8 |
EUC-JP | 恁?紆?楢 | 1101011111101100001111111110010011111110001111111100011011101010 | d7ec3fe4fe3fc6ea |
UTF-8 | 恁렱紆렡楢 | 111001101000000110000001111010111010000010110001111001111011010010000110111010111010000010100001111001101010010110100010 | e68181eba0b1e7b486eba0a1e6a5a2 |
UHC | 恁렱紆렡楢 | 11101100111101101000111010111110111010011110000110001110101100101110101011111001 | ecf68ebee9e18eb2eaf9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)