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 | 蠑媒\}蠑媒\{^ | 11100101101111001001010001111101010111000111110111100101101111001001010001111101010111000111101101011110 | e5bc947d5c7de5bc947d5c7b5e |
EUC-JP | 蠑媒\}蠑媒\{^ | 11101010101111101100011111011110010111000111110111101010101111101100011111011110010111000111101101011110 | eabec7de5c7deabec7de5c7b5e |
UTF-8 | 蠑媒\}蠑媒\{^ | 1110100010100000100100011110010110101010100100100101110001111101111010001010000010010001111001011010101010010010010111000111101101011110 | e8a091e5aa925c7de8a091e5aa925c7b5e |
UHC | ?媒\}?媒\{^ | 0011111111011000110110100101110001111101001111111101100011011010010111000111101101011110 | 3fd8da5c7d3fd8da5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)