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 | ??[}??[{^ | 001111110011111101011011011111010011111100111111010110110111101101011110 | 3f3f5b7d3f3f5b7b5e |
SJIS-WIN | 雋[}雋[{^ | 11101000101100101111000011001110010110110111110111101000101100101111000011001110010110110111101101011110 | e8b2f0ce5b7de8b2f0ce5b7b5e |
EUC-JP | 雋?[}雋?[{^ | 1111000010110100001111110101101101111101111100001011010000111111010110110111101101011110 | f0b43f5b7df0b43f5b7b5e |
UTF-8 | 雋[}雋[{^ | 1110100110011011100010111110111010000010100011010101101101111101111010011001101110001011111011101000001010001101010110110111101101011110 | e99b8bee828d5b7de99b8bee828d5b7b5e |
UHC | 雋?[}雋?[{^ | 1111000111100110001111110101101101111101111100011110011000111111010110110111101101011110 | f1e63f5b7df1e63f5b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)