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 | ÏÌå³ | 10001110110011111000111011001100100011111110010110110011 | 8ecf8ecc8fe5b3 |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ?Ï?Ì?å? | 00111111100011111010101011000001001111111000111110101010110000000011111110001111101010111010100100111111 | 3f8faac13f8faac03f8faba93f |
UTF-8 | ÏÌå³ | 1100001010001110110000111000111111000010100011101100001110001100110000101000111111000011101001011100001010110011 | c28ec38fc28ec38cc28fc3a5c2b3 |
UHC | ??????³ | 0011111100111111001111110011111100111111001111111010100111111000 | 3f3f3f3f3f3fa9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)