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 | ?WD?WD^ | 00111111010101110100010000111111010101110100010001011110 | 3f57443f57445e |
SJIS-WIN | 渦WD渦WD^ | 100010010101000101010111010001001000100101010001010101110100010001011110 | 89515744895157445e |
EUC-JP | 渦WD渦WD^ | 101100011011001001010111010001001011000110110010010101110100010001011110 | b1b25744b1b257445e |
UTF-8 | 渦WD渦WD^ | 1110011010111000101001100101011101000100111001101011100010100110010101110100010001011110 | e6b8a65744e6b8a657445e |
UHC | 渦WD渦WD^ | 111010001011111001010111010001001110100010111110010101110100010001011110 | e8be5744e8be57445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)