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 | 牋猾籖 | 111000001010111011100000110011111110001011011101 | e0aee0cfe2dd |
EUC-JP | 牋猾籖 | 111000001011000011100000110100011110010011011111 | e0b0e0d1e4df |
UTF-8 | 牋猾籖 | 111001111000100110001011111001111000110010111110111001111011000110010110 | e7898be78cbee7b196 |
UHC | ?猾? | 00111111111111001100001000111111 | 3ffcc23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)