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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
EUC-JP | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
UTF-8 | 뤉렐퐦뭍섹^ | 11101011101001001000100111101011101000001001000011101101100100001010011011101011101011011000110111101100100001001011100101011110 | eba489eba090ed90a6ebad8dec84b95e |
UHC | 뤉렐퐦뭍섹^ | 1000111110111001101101111011110010111101100011111011100110110111101111001011110101011110 | 8fb9b7bcbd8fb9b7bcbd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)