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^ | 101100011010101101010111010001001011000110101011010101110100010001011110 | b1ab5744b1ab57445e |
SJIS-WIN | ±?WD±?WD^ | 1000000101111101001111110101011101000100100000010111110100111111010101110100010001011110 | 817d3f5744817d3f57445e |
EUC-JP | ±?WD±?WD^ | 1010000111011110001111110101011101000100101000011101111000111111010101110100010001011110 | a1de3f5744a1de3f57445e |
UTF-8 | ±«WD±«WD^ | 11000010101100011100001010101011010101110100010011000010101100011100001010101011010101110100010001011110 | c2b1c2ab5744c2b1c2ab57445e |
UHC | ±?WD±?WD^ | 1010000110111110001111110101011101000100101000011011111000111111010101110100010001011110 | a1be3f5744a1be3f57445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)