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 | ??\}??\{^ | 001111110011111101011100011111010011111100111111010111000111101101011110 | 3f3f5c7d3f3f5c7b5e |
SJIS-WIN | 枝?\}枝?\{^ | 1000111001111101001111110101110001111101100011100111110100111111010111000111101101011110 | 8e7d3f5c7d8e7d3f5c7b5e |
EUC-JP | 枝?\}枝?\{^ | 1011101111011110001111110101110001111101101110111101111000111111010111000111101101011110 | bbde3f5c7dbbde3f5c7b5e |
UTF-8 | 枝렋\}枝렋\{^ | 1110011010011110100111011110101110100000100010110101110001111101111001101001111010011101111010111010000010001011010111000111101101011110 | e69e9deba08b5c7de69e9deba08b5c7b5e |
UHC | 枝렋\}枝렋\{^ | 11110010101010111000111010100010010111000111110111110010101010111000111010100010010111000111101101011110 | f2ab8ea25c7df2ab8ea25c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)