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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 牝欲閘^ | 10010110110001001001011101111110111010000111110101011110 | 96c4977ee87d5e |
EUC-JP | 牝欲閘^ | 11001100110001101100110111011111111011111101111001011110 | ccc6cddfefde5e |
UTF-8 | 牝欲閘^ | 11100111100010011001110111100110101011001011001011101001100101101001100001011110 | e7899de6acb2e996985e |
UHC | 牝欲閘^ | 11011110101101101110100110110000110010111010011001011110 | deb6e9b0cba65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)