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{^ | 111010101001011001101011011111011110101010010110011010110111101101011110 | ea966b7dea966b7b5e |
EUC-JP | 齧k}齧k{^ | 111100111111011001101011011111011111001111110110011010110111101101011110 | f3f66b7df3f66b7b5e |
UTF-8 | 齧k}齧k{^ | 1110100110111101101001110110101101111101111010011011110110100111011010110111101101011110 | e9bda76b7de9bda76b7b5e |
UHC | 齧k}齧k{^ | 111000001110010101101011011111011110000011100101011010110111101101011110 | e0e56b7de0e56b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)