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 | 邀??? | 1110011110110001001111110011111100111111 | e7b13f3f3f |
EUC-JP | 邀??? | 1110111010110011001111110011111100111111 | eeb33f3f3f |
UTF-8 | 邀랃슛樂 | 111010011000001010000000111010111001111010000011111011001000101010011011111011111010011010111111 | e98280eb9e83ec8a9befa6bf |
UHC | 邀랃슛樂 | 1110100110101101100011011110111110111101101110001110100011111001 | e9ad8defbdb8e8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)