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 | ??ピ?櫻 | 00111111001111111000001101110011001111111001111101001110 | 3f3f83733f9f4e |
EUC-JP | ??ピ?櫻 | 00111111001111111010010111010100001111111101110110101111 | 3f3fa5d43fddaf |
UTF-8 | 룶퓦ピ룵櫻 | 111010111010001110110110111011011001001110100110111000111000001110010100111010111010001110110101111001101010101110111011 | eba3b6ed93a6e38394eba3b5e6abbb |
UHC | 룶퓦ピ룵櫻 | 10001111101010111011111110001111101010111101010010001111101010101110010110100001 | 8fabbf8fabd48faae5a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)