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 | 邀?こ | 1110011110110001001111111000001010110001 | e7b13f82b1 |
EUC-JP | 邀?こ | 1110111010110011001111111010010010110011 | eeb33fa4b3 |
UTF-8 | 邀섉こ | 111010011000001010000000111011001000010010001001111000111000000110010011 | e98280ec8489e38193 |
UHC | 邀섉こ | 111010011010110110011000111001101010101010110011 | e9ad98e6aab3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)