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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ?ε??ε?^ | 001111111000001111000011001111110011111110000011110000110011111101011110 | 3f83c33f3f83c33f5e |
EUC-JP | ?ε??ε?^ | 001111111010011011000101001111110011111110100110110001010011111101011110 | 3fa6c53f3fa6c53f5e |
UTF-8 | 凉ε뮙凉ε뮙^ | 1110111110100101101110011100111010110101111010111010111010011001111011111010010110111001110011101011010111101011101011101001100101011110 | efa5b9ceb5ebae99efa5b9ceb5ebae995e |
UHC | 凉ε뮙凉ε뮙^ | 11100101101111001010010111100101100100101010010111100101101111001010010111100101100100101010010101011110 | e5bca5e592a5e5bca5e592a55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)