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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
UTF-8 | 평쌤평쌤^ | 11101101100011111000100111101100100011001010010011101101100011111000100111101100100011001010010001011110 | ed8f89ec8ca4ed8f89ec8ca45e |
UHC | 평쌤평쌤^ | 110001101111001010111101110111001100011011110010101111011101110001011110 | c6f2bddcc6f2bddc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)