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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 想甚想甚^ | 100100010111101010010000011100101001000101111010100100000111001001011110 | 917a9072917a90725e |
EUC-JP | 想甚想甚^ | 110000011101101110111111110100111100000111011011101111111101001101011110 | c1dbbfd3c1dbbfd35e |
UTF-8 | 想甚想甚^ | 11100110100000111011001111100111100101001001101011100110100000111011001111100111100101001001101001011110 | e683b3e7949ae683b3e7949a5e |
UHC | 想甚想甚^ | 110111111100110011100100101001001101111111001100111001001010010001011110 | dfcce4a4dfcce4a45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)