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 | 薪??^ | 1001000001100100001111110011111101011110 | 90643f3f5e |
EUC-JP | 薪??^ | 1011111111000101001111110011111101011110 | bfc53f3f5e |
UTF-8 | 薪듿뤆^ | 11101000100101101010101011101011100100111011111111101011101001001000011001011110 | e896aaeb93bfeba4865e |
UHC | 薪듿뤆^ | 11100011111011111000101011100101100011111011011001011110 | e3ef8ae58fb65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)