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^ | 001111110011111101010111010001000011111100111111010101110100010001011110 | 3f3f57443f3f57445e |
SJIS-WIN | 逶ァWD逶ァWD^ | 1110011110011011101001110101011101000100111001111001101110100111010101110100010001011110 | e79ba75744e79ba757445e |
EUC-JP | 逶ァWD逶ァWD^ | 11101101111110111000111010100111010101110100010011101101111110111000111010100111010101110100010001011110 | edfb8ea75744edfb8ea757445e |
UTF-8 | 逶ァWD逶ァWD^ | 1110100110000000101101101110111110111101101001110101011101000100111010011000000010110110111011111011110110100111010101110100010001011110 | e980b6efbda75744e980b6efbda757445e |
UHC | ??WD??WD^ | 001111110011111101010111010001000011111100111111010101110100010001011110 | 3f3f57443f3f57445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)