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 | ??????~ | 00111111001111110011111100111111001111110011111101111110 | 3f3f3f3f3f3f7e |
SJIS-WIN | 執鳫宍鳫宍~ | 11110000101100101000111010110111111010011110110110001110101100111110100111101101100011101011001101111110 | f0b28eb7e9ed8eb3e9ed8eb37e |
EUC-JP | ?執鳫宍鳫宍~ | 001111111011110010111001111100101110111110111100101101011111001011101111101111001011010101111110 | 3fbcb9f2efbcb5f2efbcb57e |
UTF-8 | 執鳫宍鳫宍~ | 11101110100000011011000111100101100111111011011111101001101100111010101111100101101011101000110111101001101100111010101111100101101011101000110101111110 | ee81b1e59fb7e9b3abe5ae8de9b3abe5ae8d7e |
UHC | ?執????~ | 0011111111110010111110110011111100111111001111110011111101111110 | 3ff2fb3f3f3f3f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)