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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??其? | 0011111100111111100100011011010000111111 | 3f3f91b43f |
EUC-JP | ??其龐 | 00111111001111111100001010110110100011111110110111011001 | 3f3fc2b68fedd9 |
UTF-8 | 뤶쫷其龐 | 111010111010010010110110111011001010101110110111111001011000010110110110111010011011111010010000 | eba4b6ecabb7e585b6e9be90 |
UHC | 뤶쫷其龐 | 1000111111100100101001101000111011010000111011001101101111000010 | 8fe4a68ed0ecdbc2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)