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{^ | 100100011000010101101011011111011001000110000101011010110111101101011110 | 91856b7d91856b7b5e |
EUC-JP | 槽k}槽k{^ | 110000011110010101101011011111011100000111100101011010110111101101011110 | c1e56b7dc1e56b7b5e |
UTF-8 | 槽k}槽k{^ | 1110011010100111101111010110101101111101111001101010011110111101011010110111101101011110 | e6a7bd6b7de6a7bd6b7b5e |
UHC | 槽k}槽k{^ | 111100001100101101101011011111011111000011001011011010110111101101011110 | f0cb6b7df0cb6b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)