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 | 蟶呷┷蜈 | 1110010110111000100110011110110010000100101110001110010110000101 | e5b899ec84b8e585 |
EUC-JP | 蟶呷┷蜈 | 1110101010111010110100101110111010101000101110101110100111100101 | eabad2eea8bae9e5 |
UTF-8 | 蟶呷┷蜈 | 111010001001111110110110111001011001000110110111111000101001010010110111111010001001110010001000 | e89fb6e591b7e294b7e89c88 |
UHC | ??┷蜈 | 001111110011111110100110101110101110100010100101 | 3f3fa6bae8a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)