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\ | 11100110101011111000101110001100100001000101000001011100 | e6af8b8c84505c |
SJIS-WIN | ?????P\ | 00111111001111110011111100111111001111110101000001011100 | 3f3f3f3f3f505c |
EUC-JP | �??P\ | 1000111110101001110000011000111110100010101101000011111100111111001111110101000001011100 | 8fa9c18fa2b43f3f3f505c |
UTF-8 | æ¯P\ | 110000111010011011000010101011111100001010001011110000101000110011000010100001000101000001011100 | c3a6c2afc28bc28cc284505c |
UHC | æ????P\ | 1010100110100001001111110011111100111111001111110101000001011100 | a9a13f3f3f3f505c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)