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 | 炅)}炅){^ | 1111101101010001100000010110101001111101111110110101000110000001011010100111101101011110 | fb51816a7dfb51816a7b5e |
EUC-JP | 炅)}炅){^ | 10001111110010011100101010100001110010110111110110001111110010011100101010100001110010110111101101011110 | 8fc9caa1cb7d8fc9caa1cb7b5e |
UTF-8 | 炅)}炅){^ | 111001111000001010000101111011111011110010001001011111011110011110000010100001011110111110111100100010010111101101011110 | e78285efbc897de78285efbc897b5e |
UHC | 炅)}炅){^ | 1100110011011101101000111010100101111101110011001101110110100011101010010111101101011110 | ccdda3a97dccdda3a97b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)