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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 糺糺[糺糺[^ | 1110001011111011111000101111101101011011111000101111101111100010111110110101101101011110 | e2fbe2fb5be2fbe2fb5b5e |
EUC-JP | 糺糺[糺糺[^ | 1110010011111101111001001111110101011011111001001111110111100100111111010101101101011110 | e4fde4fd5be4fde4fd5b5e |
UTF-8 | 糺糺[糺糺[^ | 111001111011001110111010111001111011001110111010010110111110011110110011101110101110011110110011101110100101101101011110 | e7b3bae7b3ba5be7b3bae7b3ba5b5e |
UHC | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)