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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 膣藺}膣藺{^ | 1110010001010011111001010110000101111101111001000101001111100101011000010111101101011110 | e453e5617de453e5617b5e |
EUC-JP | 膣藺}膣藺{^ | 1110011110110100111010011100001001111101111001111011010011101001110000100111101101011110 | e7b4e9c27de7b4e9c27b5e |
UTF-8 | 膣藺}膣藺{^ | 111010001000011010100011111010001001011110111010011111011110100010000110101000111110100010010111101110100111101101011110 | e886a3e897ba7de886a3e897ba7b5e |
UHC | 膣藺}膣藺{^ | 1111001011110011110101111111010001111101111100101111001111010111111101000111101101011110 | f2f3d7f47df2f3d7f47b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)