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 | 纊?}纊?{^ | 111110100101110000111111011111011111101001011100001111110111101101011110 | fa5c3f7dfa5c3f7b5e |
EUC-JP | 纊傪}纊傪{^ | 100011111101010011100011100011111011001010101100011111011000111111010100111000111000111110110010101011000111101101011110 | 8fd4e38fb2ac7d8fd4e38fb2ac7b5e |
UTF-8 | 纊傪}纊傪{^ | 111001111011101010001010111001011000001010101010011111011110011110111010100010101110010110000010101010100111101101011110 | e7ba8ae582aa7de7ba8ae582aa7b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)