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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 蹂嗜}蹂嗜{^ | 1110011011111000100110100110111001111101111001101111100010011010011011100111101101011110 | e6f89a6e7de6f89a6e7b5e |
EUC-JP | 蹂嗜}蹂嗜{^ | 1110110011111010110100111100111101111101111011001111101011010011110011110111101101011110 | ecfad3cf7decfad3cf7b5e |
UTF-8 | 蹂嗜}蹂嗜{^ | 111010001011100110000010111001011001011110011100011111011110100010111001100000101110010110010111100111000111101101011110 | e8b982e5979c7de8b982e5979c7b5e |
UHC | 蹂嗜}蹂嗜{^ | 1110101110110011110100001110111001111101111010111011001111010000111011100111101101011110 | ebb3d0ee7debb3d0ee7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)