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^ | 101100011011001001010111010001001011000110110010010101110100010001011110 | b1b25744b1b257445e |
SJIS-WIN | ±?WD±?WD^ | 1000000101111101001111110101011101000100100000010111110100111111010101110100010001011110 | 817d3f5744817d3f57445e |
EUC-JP | ±?WD±?WD^ | 1010000111011110001111110101011101000100101000011101111000111111010101110100010001011110 | a1de3f5744a1de3f57445e |
UTF-8 | ±²WD±²WD^ | 11000010101100011100001010110010010101110100010011000010101100011100001010110010010101110100010001011110 | c2b1c2b25744c2b1c2b257445e |
UHC | ±²WD±²WD^ | 10100001101111101010100111110111010101110100010010100001101111101010100111110111010101110100010001011110 | a1bea9f75744a1bea9f757445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)