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 | 쁟엻쁟왽^ | 11101100100000011001111111101100100101111011101111101100100000011001111111101100100110011011110101011110 | ec819fec97bbec819fec99bd5e |
UHC | 쁟엻쁟왽^ | 100110000110001110011110100011011001100001100011100111101110000001011110 | 98639e8d98639ee05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)