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 | ?權チ?櫻 | 0011111110011110110111001000001101100000001111111001111101001110 | 3f9edc83603f9f4e |
EUC-JP | ?權チ?櫻 | 0011111111011100110111101010010111000001001111111101110110101111 | 3fdcdea5c13fddaf |
UTF-8 | 룶權チ룵櫻 | 111010111010001110110110111001101010110010001010111000111000001110000001111010111010001110110101111001101010101110111011 | eba3b6e6ac8ae38381eba3b5e6abbb |
UHC | 룶權チ룵櫻 | 10001111101010111100111111101101101010111100000110001111101010101110010110100001 | 8fabcfedabc18faae5a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)