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 | 筌絆}筌絆{^ | 1110001010100011111000110100101001111101111000101010001111100011010010100111101101011110 | e2a3e34a7de2a3e34a7b5e |
EUC-JP | 筌絆}筌絆{^ | 1110010010100101111001011010101101111101111001001010010111100101101010110111101101011110 | e4a5e5ab7de4a5e5ab7b5e |
UTF-8 | 筌絆}筌絆{^ | 111001111010110110001100111001111011010110000110011111011110011110101101100011001110011110110101100001100111101101011110 | e7ad8ce7b5867de7ad8ce7b5867b5e |
UHC | 筌絆}筌絆{^ | 1110111110100111110110101111010001111101111011111010011111011010111101000111101101011110 | efa7daf47defa7daf47b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)