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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 疋?雍?畢?B | 10010101010001000011111111101000101101000011111110010101010011000011111101000010 | 95443fe8b43f954c3f42 |
EUC-JP | 疋?雍?畢?B | 11001001101001010011111111110000101101100011111111001001101011010011111101000010 | c9a53ff0b63fc9ad3f42 |
UTF-8 | 疋렔雍렏畢렎B | 11100111100101101000101111101011101000001001010011101001100110111000110111101011101000001000111111100111100101011010001011101011101000001000111001000010 | e7968beba094e99b8deba08fe795a2eba08e42 |
UHC | 疋렔雍렏畢렎B | 11111001101101011000111010101001111010001011110010001110101001011111100110110100100011101010010001000010 | f9b58ea9e8bc8ea5f9b48ea442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)