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 | 腎腎^ | 1001000001110100100100000111010001011110 | 907490745e |
EUC-JP | 腎腎^ | 1011111111010101101111111101010101011110 | bfd5bfd55e |
UTF-8 | 腎腎^ | 11101000100001011000111011101000100001011000111001011110 | e8858ee8858e5e |
UHC | 腎腎^ | 1110001111101100111000111110110001011110 | e3ece3ec5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)