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^ | 100100100100000101010111010001001001001001000001010101110100010001011110 | 92415744924157445e |
EUC-JP | 但WD但WD^ | 110000111010001001010111010001001100001110100010010101110100010001011110 | c3a25744c3a257445e |
UTF-8 | 但WD但WD^ | 1110010010111101100001100101011101000100111001001011110110000110010101110100010001011110 | e4bd865744e4bd8657445e |
UHC | 但WD但WD^ | 110100111010001101010111010001001101001110100011010101110100010001011110 | d3a35744d3a357445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)