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 | ??U}??U{^ | 001111110011111101010101011111010011111100111111010101010111101101011110 | 3f3f557d3f3f557b5e |
SJIS-WIN | 痔U}痔U{^ | 11110010101100011000111010100100010101010111110111110010101100011000111010100100010101010111101101011110 | f2b18ea4557df2b18ea4557b5e |
EUC-JP | ?痔U}?痔U{^ | 0011111110111100101001100101010101111101001111111011110010100110010101010111101101011110 | 3fbca6557d3fbca6557b5e |
UTF-8 | 痔U}痔U{^ | 1110111010000111101010001110011110010111100101000101010101111101111011101000011110101000111001111001011110010100010101010111101101011110 | ee87a8e79794557dee87a8e79794557b5e |
UHC | ?痔U}?痔U{^ | 0011111111110110110000000101010101111101001111111111011011000000010101010111101101011110 | 3ff6c0557d3ff6c0557b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)