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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蟶呷┷蒹 | 1110010110111000100110011110110010000100101110001110010011100011 | e5b899ec84b8e4e3 |
EUC-JP | 蟶呷┷蒹 | 1110101010111010110100101110111010101000101110101110100011100101 | eabad2eea8bae8e5 |
UTF-8 | 蟶呷┷蒹 | 111010001001111110110110111001011001000110110111111000101001010010110111111010001001001010111001 | e89fb6e591b7e294b7e892b9 |
UHC | ??┷? | 0011111100111111101001101011101000111111 | 3f3fa6ba3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)