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 | ?k}?k{^ | 00111111011010110111110100111111011010110111101101011110 | 3f6b7d3f6b7b5e |
SJIS-WIN | 咀k}咀k{^ | 100110011111000001101011011111011001100111110000011010110111101101011110 | 99f06b7d99f06b7b5e |
EUC-JP | 咀k}咀k{^ | 110100101111001001101011011111011101001011110010011010110111101101011110 | d2f26b7dd2f26b7b5e |
UTF-8 | 咀k}咀k{^ | 1110010110010010100000000110101101111101111001011001001010000000011010110111101101011110 | e592806b7de592806b7b5e |
UHC | 咀k}咀k{^ | 111011101011101001101011011111011110111010111010011010110111101101011110 | eeba6b7deeba6b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)