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 | 寀能}寀能{^ | 1111101010100111100101000101110001111101111110101010011110010100010111000111101101011110 | faa7945c7dfaa7945c7b5e |
EUC-JP | 寀能}寀能{^ | 10001111101110101101101111000111101111010111110110001111101110101101101111000111101111010111101101011110 | 8fbadbc7bd7d8fbadbc7bd7b5e |
UTF-8 | 寀能}寀能{^ | 111001011010111110000000111010001000001110111101011111011110010110101111100000001110100010000011101111010111101101011110 | e5af80e883bd7de5af80e883bd7b5e |
UHC | 寀能}寀能{^ | 1111001111110010110100101111011001111101111100111111001011010010111101100111101101011110 | f3f2d2f67df3f2d2f67b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)