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 | 甞艪^ | 1110000101010010111001001000001001011110 | e152e4825e |
EUC-JP | 甞艪^ | 1110000110110011111001111110001001011110 | e1b3e7e25e |
UTF-8 | 甞艪^ | 11100111100101001001111011101000100010011010101001011110 | e7949ee889aa5e |
UHC | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)