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þ | 1001000111111110011100001001000111111110 | 91fe7091fe |
SJIS-WIN | ??p?? | 0011111100111111011100000011111100111111 | 3f3f703f3f |
EUC-JP | ?þp?þ | 001111111000111110101001110100000111000000111111100011111010100111010000 | 3f8fa9d0703f8fa9d0 |
UTF-8 | þpþ | 110000101001000111000011101111100111000011000010100100011100001110111110 | c291c3be70c291c3be |
UHC | ?þp?þ | 00111111101010011010110101110000001111111010100110101101 | 3fa9ad703fa9ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)