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 | ?笑}?笑{^ | 001111111000111111001110011111010011111110001111110011100111101101011110 | 3f8fce7d3f8fce7b5e |
EUC-JP | 堧笑}堧笑{^ | 10001111101110001010100010111110110100000111110110001111101110001010100010111110110100000111101101011110 | 8fb8a8bed07d8fb8a8bed07b5e |
UTF-8 | 堧笑}堧笑{^ | 111001011010000010100111111001111010110010010001011111011110010110100000101001111110011110101100100100010111101101011110 | e5a0a7e7ac917de5a0a7e7ac917b5e |
UHC | 堧笑}堧笑{^ | 1110011011000000111000011100010101111101111001101100000011100001110001010111101101011110 | e6c0e1c57de6c0e1c57b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)