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 | ù£ù^ | 100100101111100110001101101000111001001011111001100011011001010001011110 | 92f98da392f98d945e |
SJIS-WIN | ???£????^ | 00111111001111110011111110000001100100100011111100111111001111110011111101011110 | 3f3f3f81923f3f3f3f5e |
EUC-JP | ?ù?£?ù??^ | 0011111110001111101010111110001100111111101000011111001000111111100011111010101111100011001111110011111101011110 | 3f8fabe33fa1f23f8fabe33f3f5e |
UTF-8 | ù£ù^ | 1100001010010010110000111011100111000010100011011100001010100011110000101001001011000011101110011100001010001101110000101001010001011110 | c292c3b9c28dc2a3c292c3b9c28dc2945e |
UHC | ????????^ | 001111110011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)