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 | äß²ç¾f^ | 1110010011011111101100101110011110001000101111100110011001011110 | e4dfb2e788be665e |
SJIS-WIN | ??????f^ | 0011111100111111001111110011111100111111001111110110011001011110 | 3f3f3f3f3f3f665e |
EUC-JP | äß?ç??f^ | 1000111110101011101000111000111110101001110011100011111110001111101010111010111000111111001111110110011001011110 | 8faba38fa9ce3f8fabae3f3f665e |
UTF-8 | äß²ç¾f^ | 1100001110100100110000111001111111000010101100101100001110100111110000101000100011000010101111100110011001011110 | c3a4c39fc2b2c3a7c288c2be665e |
UHC | ?ß²??¾f^ | 0011111110101001101011001010100111110111001111110011111110101000111110100110011001011110 | 3fa9aca9f73f3fa8fa665e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)