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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 銖占桃 | 111001111111000110010000111010001001001110001101 | e7f190e8938d |
EUC-JP | 銖占桃 | 111011101111001111000000111010101100010111101101 | eef3c0eac5ed |
UTF-8 | 銖占桃 | 111010011000101010010110111001011000110110100000111001101010000110000011 | e98a96e58da0e6a183 |
UHC | 銖占桃 | 111000101100011111101111101111111101001111111110 | e2c7efbfd3fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)