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^ | 100101110100111101010111010001001001011101001111010101110100010001011110 | 974f5744974f57445e |
EUC-JP | 涌WD涌WD^ | 110011011011000001010111010001001100110110110000010101110100010001011110 | cdb05744cdb057445e |
UTF-8 | 涌WD涌WD^ | 1110011010110110100011000101011101000100111001101011011010001100010101110100010001011110 | e6b68c5744e6b68c57445e |
UHC | 涌WD涌WD^ | 111010011011111101010111010001001110100110111111010101110100010001011110 | e9bf5744e9bf57445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)