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 | ??x}??x{^ | 001111110011111101111000011111010011111100111111011110000111101101011110 | 3f3f787d3f3f787b5e |
SJIS-WIN | 偲痔x}偲痔x{^ | 10001110110000111000111010100100011110000111110110001110110000111000111010100100011110000111101101011110 | 8ec38ea4787d8ec38ea4787b5e |
EUC-JP | 偲痔x}偲痔x{^ | 10111100110001011011110010100110011110000111110110111100110001011011110010100110011110000111101101011110 | bcc5bca6787dbcc5bca6787b5e |
UTF-8 | 偲痔x}偲痔x{^ | 1110010110000001101100101110011110010111100101000111100001111101111001011000000110110010111001111001011110010100011110000111101101011110 | e581b2e79794787de581b2e79794787b5e |
UHC | ?痔x}?痔x{^ | 0011111111110110110000000111100001111101001111111111011011000000011110000111101101011110 | 3ff6c0787d3ff6c0787b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)