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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 爛猗゚ | 11100000101000111110000011000110110111111111011011110100 | e0a3e0c6dff6f4 |
EUC-JP | 爛猗゚? | 11100000101001011110000011001000100011101101111100111111 | e0a5e0c88edf3f |
UTF-8 | 爛猗゚ | 111001111000100010011011111001111000110010010111111011111011111010011111111011101001010010011011 | e7889be78c97efbe9fee949b |
UHC | 爛??? | 1101010110110100001111110011111100111111 | d5b43f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)