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 | ??[}??[{^ | 001111110011111101011011011111010011111100111111010110110111101101011110 | 3f3f5b7d3f3f5b7b5e |
SJIS-WIN | 垠蚋[}垠蚋[{^ | 10011010101101011110010101110001010110110111110110011010101101011110010101110001010110110111101101011110 | 9ab5e5715b7d9ab5e5715b7b5e |
EUC-JP | 垠蚋[}垠蚋[{^ | 11010100101101111110100111010010010110110111110111010100101101111110100111010010010110110111101101011110 | d4b7e9d25b7dd4b7e9d25b7b5e |
UTF-8 | 垠蚋[}垠蚋[{^ | 1110010110011110101000001110100010011010100010110101101101111101111001011001111010100000111010001001101010001011010110110111101101011110 | e59ea0e89a8b5b7de59ea0e89a8b5b7b5e |
UHC | 垠?[}垠?[{^ | 1110101111011001001111110101101101111101111010111101100100111111010110110111101101011110 | ebd93f5b7debd93f5b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)