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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 菽靄^ | 1110010011000001111010001100100101011110 | e4c1e8c95e |
EUC-JP | 菽靄^ | 1110100011000011111100001100101101011110 | e8c3f0cb5e |
UTF-8 | 菽靄^ | 11101000100011111011110111101001100111011000010001011110 | e88fbde99d845e |
UHC | 菽靄^ | 1110001011011101111001001111011101011110 | e2dde4f75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)