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þA | 10010001111111100101000010010001111111101001001001000001 | 91fe5091fe9241 |
SJIS-WIN | ??P???A | 00111111001111110101000000111111001111110011111101000001 | 3f3f503f3f3f41 |
EUC-JP | ?þP?þ?A | 0011111110001111101010011101000001010000001111111000111110101001110100000011111101000001 | 3f8fa9d0503f8fa9d03f41 |
UTF-8 | þPþA | 110000101001000111000011101111100101000011000010100100011100001110111110110000101001001001000001 | c291c3be50c291c3bec29241 |
UHC | ?þP?þ?A | 001111111010100110101101010100000011111110101001101011010011111101000001 | 3fa9ad503fa9ad3f41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)