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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 陂ゎь | 111010001001100010000010111011001000010010001110 | e89882ec848e |
EUC-JP | 陂ゎь | 111011111111100010100100111011101010011111101110 | eff8a4eea7ee |
UTF-8 | 陂ゎь | 1110100110011001100000101110001110000010100011101101000110001100 | e99982e3828ed18c |
UHC | 陂ゎь | 111110011010111010101010111011101010110011101110 | f9aeaaeeacee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)