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 | 縡牧}縡牧{^ | 1110001101110001100101100111000101111101111000110111000110010110011100010111101101011110 | e37196717de37196717b5e |
EUC-JP | 縡牧}縡牧{^ | 1110010111010010110010111101001001111101111001011101001011001011110100100111101101011110 | e5d2cbd27de5d2cbd27b5e |
UTF-8 | 縡牧}縡牧{^ | 111001111011100010100001111001111000100110100111011111011110011110111000101000011110011110001001101001110111101101011110 | e7b8a1e789a77de7b8a1e789a77b5e |
UHC | 縡牧}縡牧{^ | 1110111010101101110110011100110001111101111011101010110111011001110011000111101101011110 | eeadd9cc7deeadd9cc7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)