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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
EUC-JP | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
UTF-8 | 쀴얿[쀴얿[^ | 111011001000000010110100111011001001011010111111010110111110110010000000101101001110110010010110101111110101101101011110 | ec80b4ec96bf5bec80b4ec96bf5b5e |
UHC | 쀴얿[쀴얿[^ | 1001011111110100100111100110001101011011100101111111010010011110011000110101101101011110 | 97f49e635b97f49e635b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)