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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | ?畢h?畢 | 00111111100101010100110001101000001111111001010101001100 | 3f954c683f954c |
EUC-JP | ?畢h?畢 | 00111111110010011010110101101000001111111100100110101101 | 3fc9ad683fc9ad |
UTF-8 | 뤒畢h뤒畢 | 11101011101001001001001011100111100101011010001001101000111010111010010010010010111001111001010110100010 | eba492e795a268eba492e795a2 |
UHC | 뤒畢h뤒畢 | 100011111100001011111001101101000110100010001111110000101111100110110100 | 8fc2f9b4688fc2f9b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)