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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 醯??^ | 1110011111001111001111110011111101011110 | e7cf3f3f5e |
EUC-JP | 醯??^ | 1110111011010001001111110011111101011110 | eed13f3f5e |
UTF-8 | 醯귧뼊^ | 11101001100001101010111111101010101101111010011111101011101111001000101001011110 | e986afeab7a7ebbc8a5e |
UHC | 醯귧뼊^ | 11111011101110001000001011101110100101101001001001011110 | fbb882ee96925e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)