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 | 獸珥獸珥^ | 111000001101011111100000111000001110000011010111111000001110000001011110 | e0d7e0e0e0d7e0e05e |
EUC-JP | 獸珥獸珥^ | 111000001101100111100000111000101110000011011001111000001110001001011110 | e0d9e0e2e0d9e0e25e |
UTF-8 | 獸珥獸珥^ | 11100111100011011011100011100111100011111010010111100111100011011011100011100111100011111010010101011110 | e78db8e78fa5e78db8e78fa55e |
UHC | 獸珥獸珥^ | 111000101010111011101100101101001110001010101110111011001011010001011110 | e2aeecb4e2aeecb45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)