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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 邀?オ | 1110011110110001001111111000001101001001 | e7b13f8349 |
EUC-JP | 邀?オ | 1110111010110011001111111010010110101010 | eeb33fa5aa |
UTF-8 | 邀뤹オ | 111010011000001010000000111010111010010010111001111000111000001010101010 | e98280eba4b9e382aa |
UHC | 邀뤹オ | 111010011010110110001111111001111010101110101010 | e9ad8fe7abaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)