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 | é³ûµ | 1110100110011100101100111111101110110101 | e99cb3fbb5 |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | é??û? | 100011111010101110110001001111110011111110001111101010111110010100111111 | 8fabb13f3f8fabe53f |
UTF-8 | é³ûµ | 11000011101010011100001010011100110000101011001111000011101110111100001010110101 | c3a9c29cc2b3c3bbc2b5 |
UHC | ??³?? | 001111110011111110101001111110000011111100111111 | 3f3fa9f83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)