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 | äü ¯P\ | 1110010011111100100000011000010110000010101011110101000001011100 | e4fc818582af505c |
SJIS-WIN | ??????P\ | 0011111100111111001111110011111100111111001111110101000001011100 | 3f3f3f3f3f3f505c |
EUC-JP | äü???¯P\ | 1000111110101011101000111000111110101011111001000011111100111111001111111000111110100010101101000101000001011100 | 8faba38fabe43f3f3f8fa2b4505c |
UTF-8 | äü ¯P\ | 1100001110100100110000111011110011000010100000011100001010000101110000101000001011000010101011110101000001011100 | c3a4c3bcc281c285c282c2af505c |
UHC | ??????P\ | 0011111100111111001111110011111100111111001111110101000001011100 | 3f3f3f3f3f3f505c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)