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 | ±ÒY±ÒbE | 10110001110100100101100110110001110100100110001001000101 | b1d259b1d26245 |
SJIS-WIN | ±?Y±?bE | 100000010111110100111111010110011000000101111101001111110110001001000101 | 817d3f59817d3f6245 |
EUC-JP | ±ÒY±ÒbE | 10100001110111101000111110101010110100100101100110100001110111101000111110101010110100100110001001000101 | a1de8faad259a1de8faad26245 |
UTF-8 | ±ÒY±ÒbE | 1100001010110001110000111001001001011001110000101011000111000011100100100110001001000101 | c2b1c39259c2b1c3926245 |
UHC | ±?Y±?bE | 101000011011111000111111010110011010000110111110001111110110001001000101 | a1be3f59a1be3f6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)