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 | 噎鬻}噎鬻{^ | 1001101001111000111000101111011001111101100110100111100011100010111101100111101101011110 | 9a78e2f67d9a78e2f67b5e |
EUC-JP | 噎鬻}噎鬻{^ | 1101001111011001111001001111100001111101110100111101100111100100111110000111101101011110 | d3d9e4f87dd3d9e4f87b5e |
UTF-8 | 噎鬻}噎鬻{^ | 111001011001100110001110111010011010110010111011011111011110010110011001100011101110100110101100101110110111101101011110 | e5998ee9acbb7de5998ee9acbb7b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)