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^ | 100110100100001001010111010001001001101001000010010101110100010001011110 | 9a4257449a4257445e |
EUC-JP | 咤WD咤WD^ | 110100111010001101010111010001001101001110100011010101110100010001011110 | d3a35744d3a357445e |
UTF-8 | 咤WD咤WD^ | 1110010110010010101001000101011101000100111001011001001010100100010101110100010001011110 | e592a45744e592a457445e |
UHC | 咤WD咤WD^ | 111101101110001101010111010001001111011011100011010101110100010001011110 | f6e35744f6e357445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)