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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ネ醴ェ霖 | 1111000011110000110010001110011111010010101010101110100011000001 | f0f0c8e7d2aae8c1 |
EUC-JP | ?ネ醴ェ霖 | 001111111000111011001000111011101101010010001110101010101111000011000011 | 3f8ec8eed48eaaf0c3 |
UTF-8 | ネ醴ェ霖 | 111011101000001010101111111011111011111010001000111010011000011010110100111011111011110110101010111010011001110010010110 | ee82afefbe88e986b4efbdaae99c96 |
UHC | ??醴?霖 | 00111111001111111101011011001010001111111101011111111101 | 3f3fd6ca3fd7fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)