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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | ?畢}?畢{^ | 001111111001010101001100011111010011111110010101010011000111101101011110 | 3f954c7d3f954c7b5e |
EUC-JP | ?畢}?畢{^ | 001111111100100110101101011111010011111111001001101011010111101101011110 | 3fc9ad7d3fc9ad7b5e |
UTF-8 | 뤒畢}뤒畢{^ | 111010111010010010010010111001111001010110100010011111011110101110100100100100101110011110010101101000100111101101011110 | eba492e795a27deba492e795a27b5e |
UHC | 뤒畢}뤒畢{^ | 1000111111000010111110011011010001111101100011111100001011111001101101000111101101011110 | 8fc2f9b47d8fc2f9b47b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)