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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 牝椀牝椀^ | 100101101100010010011000011011111001011011000100100110000110111101011110 | 96c4986f96c4986f5e |
EUC-JP | 牝椀牝椀^ | 110011001100011011001111110100001100110011000110110011111101000001011110 | ccc6cfd0ccc6cfd05e |
UTF-8 | 牝椀牝椀^ | 11100111100010011001110111100110101001001000000011100111100010011001110111100110101001001000000001011110 | e7899de6a480e7899de6a4805e |
UHC | 牝椀牝椀^ | 110111101011011011101000110010101101111010110110111010001100101001011110 | deb6e8cadeb6e8ca5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)