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 | 疾眩}疾眩{^ | 1000111010111110111000011011111101111101100011101011111011100001101111110111101101011110 | 8ebee1bf7d8ebee1bf7b5e |
EUC-JP | 疾眩}疾眩{^ | 1011110011000000111000101100000101111101101111001100000011100010110000010111101101011110 | bcc0e2c17dbcc0e2c17b5e |
UTF-8 | 疾眩}疾眩{^ | 111001111001011010111110111001111001110010101001011111011110011110010110101111101110011110011100101010010111101101011110 | e796bee79ca97de796bee79ca97b5e |
UHC | 疾眩}疾眩{^ | 1111001011110000111110101101111101111101111100101111000011111010110111110111101101011110 | f2f0fadf7df2f0fadf7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)