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 | ?a}?a{^ | 00111111011000010111110100111111011000010111101101011110 | 3f617d3f617b5e |
SJIS-WIN | 廩a}廩a{^ | 100111000100100001100001011111011001110001001000011000010111101101011110 | 9c48617d9c48617b5e |
EUC-JP | 廩a}廩a{^ | 110101111010100101100001011111011101011110101001011000010111101101011110 | d7a9617dd7a9617b5e |
UTF-8 | 廩a}廩a{^ | 1110010110111011101010010110000101111101111001011011101110101001011000010111101101011110 | e5bba9617de5bba9617b5e |
UHC | ?a}?a{^ | 00111111011000010111110100111111011000010111101101011110 | 3f617d3f617b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)