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è | 111010001001001110010110111011111011110110101001010100001110100010010011 | e89396efbda950e893 |
SJIS-WIN | ??????P?? | 001111110011111100111111001111110011111100111111010100000011111100111111 | 3f3f3f3f3f3f503f3f |
EUC-JP | è??ï?©Pè? | 1000111110101011101100100011111100111111100011111010101111000001001111111000111110100010111011010101000010001111101010111011001000111111 | 8fabb23f3f8fabc13f8fa2ed508fabb23f |
UTF-8 | èゥPè | 1100001110101000110000101001001111000010100101101100001110101111110000101011110111000010101010010101000011000011101010001100001010010011 | c3a8c293c296c3afc2bdc2a950c3a8c293 |
UHC | ????½?P?? | 00111111001111110011111100111111101010001111011000111111010100000011111100111111 | 3f3f3f3fa8f63f503f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)